diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |