diff options
author | William Morriss <wjmelements@gmail.com> | 2018-07-28 13:54:26 +0800 |
---|---|---|
committer | William Morriss <wjmelements@gmail.com> | 2018-07-28 13:54:26 +0800 |
commit | 5d26e886f31e6b4c7c9618f1e58e74274ea56fa4 (patch) | |
tree | 9b7405709a631917c4c2eb1bc03657507b532dc5 | |
parent | 391ed177e087c79533e5c21b2027c4d363536c63 (diff) | |
download | tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.tar tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.tar.gz tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.tar.bz2 tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.tar.lz tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.tar.xz tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.tar.zst tangerine-wallet-browser-5d26e886f31e6b4c7c9618f1e58e74274ea56fa4.zip |
reduce npm install to one line
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -29,10 +29,7 @@ If you're a web dapp developer, we've got two types of guides for you: - Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.0 - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. - Update npm to 6.1.0: ```npm install -g npm@6.1.0``` - - Install dependencies: - ```bash -npm install - ``` + - 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`. |