diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -47,3 +47,10 @@ Generate a new migration if you've modified the database: ./cli.py db revision --autogenerate -m 'describe the changes' ./cli.py db upgrade head ``` + +## building the site + +``` +./cli.py site export --graph swimmer +``` + |
