Update install/script.sh

This commit is contained in:
2026-02-21 13:38:48 +01:00
parent 87222c31ca
commit c1f5f993c3

View File

@@ -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
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"