From c1f5f993c3bb28fa414c7d91ca65741b159435c1 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sat, 21 Feb 2026 13:38:48 +0100 Subject: [PATCH] Update install/script.sh --- install/script.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/install/script.sh b/install/script.sh index 4caa05a..5f17021 100644 --- a/install/script.sh +++ b/install/script.sh @@ -33,5 +33,15 @@ echo "Don't forget to change IP/port in client.py to connect to the correct serv echo "Edit client using: nano $DIR_NAME/client.py" echo -cd "$DIR_NAME" || exit 1 -python3 server.py \ No newline at end of file +cd pychat + +echo "Installation complete." +echo "Start the server with: cd pychat" +echo "python3 server.py" +echo +echo "Start the client with: cd pychat" +echo "python3 client.py" +echo +echo "there is also a beta test client, (not functional) with a better ui." +echo "start the beta client with: cd pychat" +echo "python3 clientBeta.py" \ No newline at end of file