mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Note that rpm/deb package building is only supported on Linux
Fixes #5778
This commit is contained in:
parent
632535d8d3
commit
aec577a9c5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ The standard `npm run test` task runs several sub tasks and can take several min
|
|||
|
||||
#### OS packages
|
||||
|
||||
Packages are built using fpm, pleaserun, dpkg, rpm, and pkgbuild. fpm and pleaserun can be installed using gem.
|
||||
Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can be installed using gem. Package building has only been tested on Linux and is not supported on any other platform.
|
||||
```sh
|
||||
gem install pleaserun
|
||||
gem install fpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue