Update install/script.sh
This commit is contained in:
@@ -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 "Edit client using: nano $DIR_NAME/client.py"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
cd "$DIR_NAME" || exit 1
|
cd pychat
|
||||||
python3 server.py
|
|
||||||
|
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"
|
||||||
Reference in New Issue
Block a user