Update docs for running

Follows 13d8d66871.
This commit is contained in:
Luke Murphy 2020-12-21 19:57:49 +01:00
parent 13d8d66871
commit 1981905f32
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -13,7 +13,7 @@ $ pip install -r requirements.txt
Or run `make setup`.
```
$ FLASK_APP=library.page flask run
$ cd library && python page.py
```
Or run `make`.