Updated README

This commit is contained in:
sose 2018-10-15 05:46:06 +02:00
parent 19c77b34d0
commit af33342de7
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ contact ~ben or sose on tilde.chat (in the #slbr channel) to sign up.
- `cd ..`
## Running the game
- Run `./listen.py` to start the death listener.
- Run `./newuser.sh [user]` to create new users as you see fit.
- Run `./deathwatch.sh` to start the death listener.
- Run `./newuser.sh [user] [ssh public key]` to create new users as you see fit.
- Run `./deluser.sh [user]` to delete a user. (this is done automatically when a user types a command incorrectly)
- Once all of your users are created and logged in, run `echo "1" > gamestatus` to start the game.