mirror of https://github.com/dirtbags/moth.git
Fixing a devel server path
This commit is contained in:
parent
db290ca4f6
commit
aa5150f542
|
@ -67,7 +67,7 @@ you can copy the example puzzles as a starting point:
|
||||||
|
|
||||||
Then launch the development server:
|
Then launch the development server:
|
||||||
|
|
||||||
$ python3 tools/devel-server.py
|
$ python3 devel/devel-server.py
|
||||||
|
|
||||||
Point a web browser at http://localhost:8080/
|
Point a web browser at http://localhost:8080/
|
||||||
and start hacking on things in your `puzzles` directory.
|
and start hacking on things in your `puzzles` directory.
|
||||||
|
|
Loading…
Reference in New Issue