From 76058b363dd1c28aca3ac24b51549b3c60b3c3ad Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 5 Dec 2022 23:33:22 +0100 Subject: small documentation fixes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d6a1ba9..c2f52d8 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3