summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rajala <jrajala@local>2023-11-16 22:47:58 +0200
committerJonathan Rajala <jrajala@local>2023-11-16 22:47:58 +0200
commit4724a8667371abcf8b0a5a7355a7c2588841c135 (patch)
treedeef1990af977a7eee09881b9875fc4ef7e44f90
parentcaae3944492b43e470babc500b913e285bf1ea88 (diff)
Fix README.md
-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: