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