From b59e42d4309f3a08d9e5d5967e381c4d3c2ea5ec Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Fri, 3 Apr 2026 21:45:37 +0200 Subject: [PATCH] syntax diff --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index f9f72fb..4457f13 100644 --- a/README.org +++ b/README.org @@ -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