Update README.md

This commit is contained in:
oneseveneight 2018-09-18 15:01:20 +00:00
parent b9fcf7d1c2
commit efa768ca65
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#SUICIDE LINUX BATTLE ROYALE
# SUICIDE LINUX BATTLE ROYALE
coming soon! check #slbr on irc for updates!
typo? you're out.
@ -7,20 +7,20 @@ when you play, you'll be dropped in a fresh vm. on the way to your goal, any mis
contact ~ben or sose on tilde.chat (in the #slbr channel) to sign up.
##Setup
## Setup
- Switch to the directory you would like to run SLBR in.
- `git clone https://tildegit.org/tildeverse/SLBR`
- `cd SLBR`
- `ln -s $PWD/* ..`
- `cd ..`
##Running the game
## Running the game
- Run `./listen.py` to start the death listener.
- Run `./newuser.sh [user]` 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.
##TODO
## TODO
- Handling of ssh keys and/or passwords
- Install-time configuration (setting proper ips, hostname, etc.)