mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packages] Note that rpm/deb package building is only supported on Linux
This commit is contained in:
parent
afff6492c2
commit
c35172bfca
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,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