Quellcode durchsuchen

Update README.md

cube vor 6 Tagen
Ursprung
Commit
7e2c656a2d
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      README.md

+ 4
- 4
README.md Datei anzeigen

@@ -4,7 +4,7 @@ flask app for plurals to publicly share member lists
4 4
 
5 5
 # dev set up 
6 6
 
7
-after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
8
-then `pip install Flask` inside the virtual env
9
-you might also need to init a database, so use `flask --app myriad init-db`
10
-to start the site use `flask --app myriad run --debug`
7
+- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
8
+- then `pip install Flask` inside the virtual env
9
+- you might also need to init a database, so use `flask --app myriad init-db`
10
+- to start the site use `flask --app myriad run --debug`