diff --git a/README.md b/README.md index af2b555..8729890 100644 --- a/README.md +++ b/README.md @@ -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.