diff --git a/Linux-Installation.md b/Linux-Installation.md index 3357d14..49638dd 100644 --- a/Linux-Installation.md +++ b/Linux-Installation.md @@ -28,7 +28,7 @@ After this is finished, use `cd protobuf` and next enter `./autogen.sh && ./conf Once it's finished execute `cd ..` to head back into your home folder and then run `git clone --recursive https://github.com/maierfelix/POGOserver.git`. -Enter `cd POGOserver` to enter the folder. Now execute `chmod +x run-linux.sh` to allow the script to be executed. +Enter `cd POGOserver` to enter the folder. Rename the `cfg.js.example` to `cfg.js` you can do this with `cp cfg.js.example cfg.js`.