aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEsteban MIno <efmino@uc.cl>2018-08-08 02:17:40 +0800
committerEsteban MIno <efmino@uc.cl>2018-08-08 02:17:40 +0800
commitc0cdda8321350484fb42f97de070980a4543132a (patch)
treecbda4f1a0faccc61b9b18139685496540534b79e /README.md
parentd8817b26466617920e47da1f5b1db642ba701a9e (diff)
parent564fb9f56357910dc658c3c45b35688958ed262c (diff)
downloadtangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.tar
tangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.tar.gz
tangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.tar.bz2
tangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.tar.lz
tangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.tar.xz
tangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.tar.zst
tangerine-wallet-browser-c0cdda8321350484fb42f97de070980a4543132a.zip
Merge branch 'develop' into TokensPerAccountBasis
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a1eda46c..38aceaf7e 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,9 @@ If you're a web dapp developer, we've got two types of guides for you:
## Building locally
- Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.0
- - Install dependencies:
- - If you are using nvm (recommended) running `nvm use` will automatically choose the right node version for you.
+ - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
+ - Select npm 6.1.0: ```npm install -g npm@6.1.0```
+ - Install dependencies: ```npm install```
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.
- Optionally, to rebuild on file changes, run `gulp dev`.