Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed May 14, 2024
1 parent 272941e commit ad5dff3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ It's launched using 'python3 GUI.py'

```
cd Release/Client
python3 GUI.py
# --dev is to specify that the GRPC hostname in the SSL certificat will not be checked
# --ip is the ip of the TeamServer
python3 GUI.py --ip 127.0.0.0 --port 50051 --dev
```

## TeamServer Listeners
Expand Down

0 comments on commit ad5dff3

Please sign in to comment.