diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-12-05 23:33:22 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-05 23:33:22 +0100 |
commit | 76058b363dd1c28aca3ac24b51549b3c60b3c3ad (patch) | |
tree | 8f05b0b7084859cbb4fafc6f82ddd59efe8a05a8 /README.md | |
parent | 019ca1100b09bd98c27ec90998906e21d360ae0a (diff) | |
download | fietsboek-76058b363dd1c28aca3ac24b51549b3c60b3c3ad.tar.gz fietsboek-76058b363dd1c28aca3ac24b51549b3c60b3c3ad.tar.bz2 fietsboek-76058b363dd1c28aca3ac24b51549b3c60b3c3ad.zip |
small documentation fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -15,7 +15,8 @@ Installation Setup instructions are in the documentation. You can either build it locally using [Sphinx](https://www.sphinx-doc.org/), or view the generated version -online: https://kingdread.de/fietsboek/ +online: https://docs.fietsboek.org/ +([mirror](https://fietsboek.readthedocs.io/)). Development ----------- @@ -28,7 +29,8 @@ Development - Adjust `development.ini` to your needs - Initialize the database: - .venv/bin/alembic -c development.ini updgrade head + .venv/bin/alembic -c development.ini upgrade head + - Serve the code: .venv/bin/pserve development.ini --reload |