replace nvm by npm for installing gulp

This commit is contained in:
mig 2017-03-30 09:55:58 +02:00
parent de22018944
commit 12c19c34b3

View file

@ -24,7 +24,7 @@ Building
--------
- install the *node.js* environment (using [nvm](https://github.com/creationix/nvm) is probably a good idea)
- install *gulp*: `nvm install -g gulp`
- install *gulp*: `npm install -g gulp`
- install [git](https://git-scm.com/downloads)
- clone Jocly from *github*: `git clone https://github.com/mi-g/jocly.git`
- enter the `jocly` directory