chore(README): always use yarn

This commit is contained in:
Julien Fontanet 2017-12-14 18:01:51 +01:00
parent 4490a2508b
commit c190067181

View File

@ -26,13 +26,13 @@ Manual install procedure is [available here](https://xen-orchestra.com/docs/from
Production build:
```
$ npm run build
$ yarn run build
```
Development build:
```
$ npm run dev
$ yarn run dev
```
## How to report a bug?