From aa5150f5421178c65f7486207636a8003f1fa116 Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Wed, 18 Dec 2019 22:30:08 +0000 Subject: [PATCH 1/2] Fixing a devel server path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99549f0..1cfbfc8 100644 --- a/README.md +++ b/README.md @@ -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. From da48c69551741a395bffd935fc4d04651407c163 Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Wed, 18 Dec 2019 22:32:28 +0000 Subject: [PATCH 2/2] Adding dependencies into devel instructions --- docs/devel-server.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/devel-server.md b/docs/devel-server.md index bc05d3a..2ae34c8 100644 --- a/docs/devel-server.md +++ b/docs/devel-server.md @@ -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