Merge pull request #303 from nextcloud/readme-npm-to-yarn

update dev setup into to replace npm by yarn
This commit is contained in:
Georg Ehrke 2017-01-18 16:19:51 +01:00 committed by GitHub
commit 2036c336f6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Wed like to thank [BrowserStack](https://www.browserstack.com) for providing
Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, [nodejs (>=6)](https://nodejs.org/en/download/package-manager/) and [yarn](http://yarnpkg.com) are needed for installing JavaScript dependencies.
Once node and npm are installed, PHP and JavaScript dependencies can be installed by running
Once node and yarn are installed, PHP and JavaScript dependencies can be installed by running
```bash
$ make
```