From cf89e927c132b2a385b4e5d42ac7d3cd923182ee Mon Sep 17 00:00:00 2001 From: DracoMilesX Date: Tue, 13 Sep 2016 07:23:54 +0200 Subject: [PATCH] Updated Linux Installation (markdown) --- Linux-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.