mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 14:12:21 +03:00
update readme.md to add yarn in build instruction
This commit is contained in:
parent
d7f45bfaff
commit
b08caf552d
@ -1,11 +1,19 @@
|
||||
# How to contribute?
|
||||
|
||||
In order to build the assets of the Web UI, you'll need [npm](https://docs.npmjs.com/getting-started/what-is-npm).
|
||||
In order to build the assets of the Web UI, you'll need [npm](https://docs.npmjs.com/getting-started/what-is-npm) or [yarn](https://yarnpkg.com).
|
||||
|
||||
You must run the following command from the `glances/outputs/static/` directory.
|
||||
|
||||
## Install dependencies
|
||||
|
||||
You can use yarn or npm:
|
||||
|
||||
```bash
|
||||
$ yarn
|
||||
```
|
||||
|
||||
or:
|
||||
|
||||
```bash
|
||||
$ npm install
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user