mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[build] update pleaserun version in docs
This commit is contained in:
parent
03866c1292
commit
315fc5dc91
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ Execute the front-end browser tests. This requires the server started by the `te
|
|||
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
|
||||
apt-get install ruby-dev rpm
|
||||
gem install fpm -v 1.5.0 # required by pleaserun 0.0.16
|
||||
gem install pleaserun -v 0.0.16 # higher versions fail at the moment
|
||||
gem install fpm -v 1.5.0
|
||||
gem install pleaserun -v 0.0.24
|
||||
npm run build -- --skip-archives
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue