diff --git a/MacOS-installation.md b/MacOS-installation.md index 5ee20e1..f7a3d9d 100644 --- a/MacOS-installation.md +++ b/MacOS-installation.md @@ -32,6 +32,10 @@ and change the name into cfg.js Add google account information so you can download the models and other information. DO NOT USE YOUR MAIN ACCOUNT FOR THIS. -Once everything is filled in save the file and start the server with `./run-linux.sh` +Using terminal please run the server by typing `npm install && npm run boot` -Your server is now up and running. \ No newline at end of file +Next you will need to [How to setup API services through Google Console] (https://github.com/maierfelix/POGOserver/wiki/How-to-setup-API--services-through-Google-Console) + +In this tutorial you will need to copy API files into XAMMP HTDocs folder and you will be able to called it http://localhost/APIdirectory from your browser. + +for login please used default user id `root` and password `blank` once login if you done everything correctly you should be able to see the map. Double click the map and you should be able to add pokestop, gym, and spawn point. \ No newline at end of file