Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Conqu3red committed Feb 20, 2021
1 parent 4cc13da commit 1c2d8cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@ cd PolyBridge2-Multiplayer-Mod
pip install -r requirements.txt

# run the server
python server.py
python server.py --localhost
```
For the server to be accessible by other people I reccomend using [ngrok](https://ngrok.com).

Once you have downloaded ngrok, follow it's instructions to connect to your account, then run
```bash
ngrok tcp 11000
```
It should boot up ngrok and there will be a url and port, you need to give this url and port to other people. (Note: you need to connect with the ip 127.0.0.1 and port 11000).

0 comments on commit 1c2d8cd

Please sign in to comment.