diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-10 21:51:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-10 21:51:31 +0300 |
commit | 9027419d4ca86c7df684bcd0dee12642c3c79c6a (patch) | |
tree | ad6d78044aa0e6adfec928aa08f31909a9c80169 /CONTRIBUTING.md | |
parent | a7c2ed3c53f80773dfcc6586b93dde489246ee54 (diff) | |
download | iii-client-9027419d4ca86c7df684bcd0dee12642c3c79c6a.tar.xz iii-client-9027419d4ca86c7df684bcd0dee12642c3c79c6a.zip |
Edit the instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a02828d..4aaed87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ git clone git@github.com:<username>/iii-client.git Set up your machine: ```bash -npm install --only=development +NODE_ENV=development npm install ``` Make sure the tests pass: |