From 31283a4153292a12070dda3bf366e7408babfc81 Mon Sep 17 00:00:00 2001 From: Jari Bakken Date: Fri, 12 Dec 2014 16:19:12 +0100 Subject: [PATCH] README fix. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9717ceac13..5823dca8b6 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,8 @@ export TEST_DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash_ npm install // Run migrations in your local DBs -export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash -./node_modules/.bin/db-migrate up - -export TEST_DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash ./node_modules/.bin/db-migrate up +DATABASE_URL=$TEST_DATABASE_URL ./node_modules/.bin/db-migrate up // Start server in dev-mode: npm run dev