summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23dfc2c..a18ff74 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ Installing VValls
3) `cd vvalls ; git checkout subscriptions`
4) `npm install`
5) `bower install`
-6) `cp config.json.example config.json`
+6) Copy and edit the config: `cp config.json.example config.json`
+7) Copy and edit the env file, which contains S3 keys: `cp env-sample .env`
7) Start the mongod server (if it isn't running already)
8) `node server`