Fixing a devel server path

This commit is contained in:
John Donaldson 2019-12-18 22:30:08 +00:00
parent db290ca4f6
commit aa5150f542
1 changed files with 1 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: 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.