diff --git a/README.md b/README.md index 687e743..268771b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ flask app for plurals to publicly share member lists # dev set up -after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate` -then `pip install Flask` inside the virtual env -you might also need to init a database, so use `flask --app myriad init-db` -to start the site use `flask --app myriad run --debug` \ No newline at end of file +- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate` +- then `pip install Flask` inside the virtual env +- you might also need to init a database, so use `flask --app myriad init-db` +- to start the site use `flask --app myriad run --debug` \ No newline at end of file