mirror of
https://github.com/Mibew/mibew-operator-status-plugin.git
synced 2025-01-22 18:10:29 +03:00
add build content
This commit is contained in:
parent
3025f9e3cc
commit
5284d7e5ad
10
README.md
10
README.md
@ -53,6 +53,16 @@ plugins:
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Build from sources
|
||||||
|
|
||||||
|
1. Obtain a copy of the repository using `git clone`, download button, or another way.
|
||||||
|
2. Install [node.js](http://nodejs.org/) and [npm](https://www.npmjs.org/).
|
||||||
|
3. Install [Gulp](http://gulpjs.com/).
|
||||||
|
4. Install npm dependencies using `npm install`.
|
||||||
|
5. Run Gulp to build the sources using `gulp default`.
|
||||||
|
|
||||||
|
Finally `.tar.gz` and `.zip` archives of the ready-to-use Plugin will be available in release directory.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user