syntax diff

This commit is contained in:
2026-04-03 21:45:37 +02:00
parent 64c3c0eba8
commit b59e42d430

View File

@@ -11,16 +11,16 @@ for the two egyptians using Linux and trying to playing Hell Divers 2
This project requires [[https://www.wireguard.com/install/][WireGuard]] to be installed and [[https://github.com/erebe/wstunnel][wstunnel]] make sure you have them installed first!
Connecting:
`sudo python3 talk-linux.py connect`
~sudo python3 talk-linux.py connect~
Disconnecting:
`sudo python3 talk-linux.py disconnect`
~sudo python3 talk-linux.py disconnect~
Checking Status:
`sudo python3 talk-linux.py status`
~sudo python3 talk-linux.py status~
* CREDITS
The awesome original TalkU Project is what makes this possible and this is just a rewrite for it to work on Linux systems and in python because shell scripts got too complex