From 789e7571f9a85b6986f14be30ced1e1fcbd54290 Mon Sep 17 00:00:00 2001 From: mrhanky Date: Tue, 4 Jul 2017 13:52:35 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad682d7..fd331bb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ - ```cd nxy``` * Create virtualenv and install dependencies - ```mkvirtualenv -a $PWD -r $PWD/requirements.txt nxy``` +* Create needed tables in the database: + - ```psql -U < schema.sql``` * Copy ```.env-example``` and insert values in ```.env``` (replace everything wrapped in < and >) - ```cp .env-example .env``` - ```vim .env```