diff --git a/README.md b/README.md index 266f9bf..3353067 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ https://t.me/joinchat/FWYlMkKK-mkrSuj836ehug Diesel's Guide # How to run -Download the latest released jar file or compile your own using the source code -https://github.com/taniman/gunbotproxycommunity/releases +Download the latest released jar file or compile your own using the source code
+https://github.com/taniman/gunbotproxycommunity/releases

Put the jar file in a directory
Put application.properties in the same directory and fill in your apiKeys and secrets
@@ -22,12 +22,12 @@ Open a terminal or command prompt and type
java -jar GunbotProxyCommunity-x.x.x.jar (replace x.x.x with your actual version number)
On OSX or some linux versions you might need to sudo su and then run the java -jar command.

-If you did everything correctly the application will start without giving you any error messages.
+If you did everything correctly the application will start without giving you any error messages. ### On windows Open a web browser and go to
-http://localhost:8081/checkSetup/
-
+http://localhost:8081/checkSetup/ + ### On a Linux VPS curl http://localhost:8081/checkSetupLinux/

@@ -54,7 +54,7 @@ Use the provided pm2 json file.
If you have pm2 installed just use this command.
pm2 start pm2-GunbotProxyCommunity.json
pm2 save
-This will make sure that pm2 will automatically starts the proxy when pm2 reloads.
+This will make sure that pm2 will automatically start the proxy when pm2 reloads.

To see the proxy log you could do.
pm2 log 'id' <-- this is the id pm2 gave your proxy