update documentation
1 files changed, 3 insertions(+), 3 deletions(-) M README.md
M README.md => README.md +3 -3
@@ 5,16 5,16 @@ Cogito is the application behind my personal bloging platform. ## Installation You have to configure environment variables listed in `.env`. ```sh $ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt $ flask setup-db $ alembic upgrade head $ flask run ``` You can configure environment variables listed in `.env`. ## Usage ```sh