From 4724a8667371abcf8b0a5a7355a7c2588841c135 Mon Sep 17 00:00:00 2001 From: Jonathan Rajala Date: Thu, 16 Nov 2023 22:47:58 +0200 Subject: Fix README.md --- README.md | 8 ++++---- 1 file 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: -- cgit v1.2.3