Fix yarn in readme

This commit is contained in:
AkiraFukushima 2020-09-13 16:19:33 +09:00
parent 0c8026c7f1
commit b7349ab16a
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ We'd love you to contribute to Whalebird.
### Minimum requirements for development
* Node.js greater than or equal version 8.9.0 (10.x is recommended)
* Node.js greater than or equal version 8.9.0 (12.x is recommended)
* npm or yarn
### Getting started
@ -108,10 +108,10 @@ $ cd whalebird-desktop
$ sudo apt-get install libfontconfig-dev
# install dependencies
$ npm install
$ yarn install
# serve with hot reload at localhost:9080
$ npm run dev
$ yarn run dev
```
# License