1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #501 from MetaMask/UpdateNodeDependency

Update readme node version
This commit is contained in:
Dan Finlay 2016-07-28 12:23:12 -07:00 committed by GitHub
commit 5fdf375751

View File

@ -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`.