From af33342de71f0db67e2a577d11388e95b82d0a1f Mon Sep 17 00:00:00 2001 From: sose Date: Mon, 15 Oct 2018 05:46:06 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.