aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Morriss <wjmelements@gmail.com>2018-06-01 09:46:02 +0800
committerWilliam Morriss <wjmelements@gmail.com>2018-06-01 10:01:25 +0800
commit545043a36479780a85579a84dbb71d98a729023e (patch)
tree7816efba5b2b11fea53d37e9053a5223c8269d3d /README.md
parentcc73d869fed79c63261821fb7ad8f1e5180ffca2 (diff)
downloadtangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.tar
tangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.tar.gz
tangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.tar.bz2
tangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.tar.lz
tangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.tar.xz
tangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.tar.zst
tangerine-wallet-browser-545043a36479780a85579a84dbb71d98a729023e.zip
recommend yarn for node >= 10
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 970bd758f..70faa8856 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +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 6.3.1 or later.
- - Install local dependencies with `npm install`.
+ - Install dependencies:
+ - For node versions up to and including 9, install local dependencies with `npm install`.
+ - For node versions 10 and later, install [Yarn](https://yarnpkg.com/lang/en/docs/install/) and use `yarn 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`.