From 81087ac55977561a77fe2d1ae62bbc1344416667 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Fri, 7 Apr 2017 19:25:59 +0200 Subject: [PATCH] added some text to README.md --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de2ba70..584cb56 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,33 @@ You can install this as root by doing the following: - FreeBSD: pkg install py27-Flask - pip: pip install Flask +Watch out! Raspbian has an old version of flask! (0.10) A raspberry is perfect +for running this game, but install pip and use pip to install Flask. + +apt-get install python-pip +pip install Flask + ### Getting the software Just clone the software from github: -git clone https://github.com/sciuro/nfgame + git clone https://github.com/sciuro/nfgame.git + +### Updating the software +You can always update the software by running: + + git pull ### Configure the software Copy the file nfgame.cfg-example to nfgame.cfg and edit to your preferences. + cp nfgame.cfg-example nfgame.cfg + ## Running the game -./run.sh + ./run.sh -The site is running on http://:5000 +The site is running on http://1.2.3.4:5000 ## Debug mode You can enable the debug mode by running: -./run.sh debug + ./run.sh debug