From 9f0aba9f5037018671b722f7a0fd03915e69c1d1 Mon Sep 17 00:00:00 2001 From: William Wung Date: Sat, 25 Apr 2015 11:08:11 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f32cdc3..ee741fb 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - Node 0.10.x - Redis 2.6.x -- Postgresql 9.1.x +- PostgreSQL 9.1.x ## Development @@ -36,11 +36,8 @@ From within the root directory: ```sh -sudo npm install -g bower -sudo npm install -g gulp npm install -bower install -gulp production +gulp localtest ``` ### Roadmap