summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1662d8f..75f5fd5 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
Kyselmä - kysele, vastaile ja tutki tuloksia
TO GET IT RUNNING:
-Install flask, psycopg, postresql, sqlalchemy (as in course material)
-$ git clone https://github.com/triionhe/kyselma.git
-$ psql -U postgres < SCHEMA.sql (Be careful with '-U postgres' or edit app.py!)
-$ SECRET_KEY=923987295 flask run
+- Install flask, psycopg, postresql, sqlalchemy (as in course material)
+- $ git clone https://github.com/triionhe/kyselma.git
+- $ psql -U postgres < SCHEMA.sql (Be careful with '-U postgres' or edit app.py!)
+- $ SECRET_KEY=923987295 flask run
DONE: