From 9a589731770e3db826c3d8b66cbd1bbfa829c335 Mon Sep 17 00:00:00 2001 From: Jari Bakken Date: Sat, 25 Oct 2014 15:54:15 +0200 Subject: [PATCH] README fix --- unleash-server/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unleash-server/README.md b/unleash-server/README.md index da74748006..09ffeba00b 100644 --- a/unleash-server/README.md +++ b/unleash-server/README.md @@ -19,8 +19,11 @@ export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash ## Important commands: ``` +// Install dependencies +npm install + // Make sure DATABASE_URL is set and run migrations in your local DB -db-migrate up +./node_modules/.bin/db-migrate up // Start server in dev-mode: npm run start-dev