mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-02 18:36:56 +01:00
Fix yarn in readme
This commit is contained in:
parent
0c8026c7f1
commit
b7349ab16a
@ -94,7 +94,7 @@ We'd love you to contribute to Whalebird.
|
|||||||
|
|
||||||
### Minimum requirements for development
|
### 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
|
* npm or yarn
|
||||||
|
|
||||||
### Getting started
|
### Getting started
|
||||||
@ -108,10 +108,10 @@ $ cd whalebird-desktop
|
|||||||
$ sudo apt-get install libfontconfig-dev
|
$ sudo apt-get install libfontconfig-dev
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
$ npm install
|
$ yarn install
|
||||||
|
|
||||||
# serve with hot reload at localhost:9080
|
# serve with hot reload at localhost:9080
|
||||||
$ npm run dev
|
$ yarn run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user