mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-22 09:27:22 -05:00
5 lines
98 B
Batchfile
5 lines
98 B
Batchfile
@REM CMDLINE install
|
|
set LIBPROTOBUF=%CD%\protobuf
|
|
npm install node-protobuf && npm install
|
|
pause
|