Merge pull request #120 from dirtbags/fix_devel_server_docs

Fixing a devel server docs
This commit is contained in:
int00h5525 2019-12-18 16:34:19 -06:00 committed by GitHub
commit 2609f07369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ you can copy the example puzzles as a starting point:
Then launch the development server:
$ python3 tools/devel-server.py
$ python3 devel/devel-server.py
Point a web browser at http://localhost:8080/
and start hacking on things in your `puzzles` directory.

View File

@ -28,6 +28,7 @@ If you can't use docker,
try this:
apt install python3
pip3 install scapy pillow PyYAML
git clone https://github.com/dirtbags/moth/
cd moth
python3 devel/devel-server.py --puzzles example-puzzles