summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilia Laaksonen <elaakson@local>2023-11-21 22:55:28 +0200
committerEmilia Laaksonen <elaakson@local>2023-11-21 22:55:28 +0200
commitc059696450d301b99956d643c21b0e46b4fc39dc (patch)
tree503f188b647c994b0c280597432ff234cc0c8b95
parent576220c41aaaf76fb1de97f8d9c92c835f7d6295 (diff)
Fix README.md some more
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2fb3381..2914010 100644
--- a/README.md
+++ b/README.md
@@ -3,18 +3,18 @@
TO GET IT RUNNING:
- Install postgresql for local user & get it running
+Install postgresql for local user & get it running
- $ wget https://github.com/hy-tsoha/local-pg/raw/master/pg-install.sh
- $ bash pg-install.sh
- $ postrgres &
- Clone the source, get tables ready & install poetry dependencies
+Clone the source, get tables ready & install poetry dependencies
- $ git clone https://github.com/triionhe/kyselma.git
- $ cd kyselma
- $ psql < SCHEMA.sql
- $ poetry install
- Start the app in poetry virtual environment
+Start the app in poetry virtual environment
- $ SQLALCHEMY_DATABASE_URI="postgresql:///$USER" SECRET_KEY=923987295 poetry run flask run
DONE: