aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-07-29 04:11:19 +0800
committerGitHub <noreply@github.com>2016-07-29 04:11:19 +0800
commitab320d12b495c681008145c74520689a21ad5c29 (patch)
tree9f02a7f015c062d8da2d525688870b6e71e4efb8 /README.md
parentda58125c5e0039edb592bed5dccab0e83ee2a57d (diff)
parent910d326dbd6c0ab0db897326328c157a3f30e562 (diff)
downloadtangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.tar
tangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.tar.gz
tangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.tar.bz2
tangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.tar.lz
tangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.tar.xz
tangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.tar.zst
tangerine-wallet-browser-ab320d12b495c681008145c74520689a21ad5c29.zip
Merge branch 'master' into AddEthClassic
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aeb6490d2..4c348b56c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Building locally
- - Install [Node.js](https://nodejs.org/en/) version 6 or later.
+ - Install [Node.js](https://nodejs.org/en/) version 6.3.1 or later.
- Install local dependencies with `npm install`.
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.