From a4da26c74e05bdccd10742579640a03a5c017bce Mon Sep 17 00:00:00 2001 From: L4168 <L4168@student.jamk.fi> Date: Thu, 30 May 2019 19:05:57 +0300 Subject: [PATCH] Updated installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 120f2df..739f27f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ $ npm install ``` Name .env.example to .env and ormconfig.json.example to ormconfig.json and add values accordingly - +Needed postgresql modules: +```bash +# Inside the database that you're connecting to: +CREATE EXTENSION "uuid-ossp"; +``` ## Running the app ```bash -- GitLab