Skip to content

Commit

Permalink
Fix install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Sep 15, 2016
1 parent 2565a59 commit e98912d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Install

`./bin/kibana plugin --install --url https://github.com/jmcarp/kibana-ga/releases/download/v0.1.0/kibana-ga-0.1.0.tar.gz`
`./bin/kibana plugin --install ga --url https://github.com/jmcarp/kibana-ga/releases/download/v0.1.0/kibana-ga-v0.1.0.tar.gz`

## Configure

Expand Down
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

rm -rf build
mkdir -p build/ga
version=$(cat package.json | jq -r ".version")

include=("package.json" "index.js" "public")
for path in ${include[@]}; do
Expand All @@ -12,4 +13,4 @@ pushd build/ga
npm install --production
popd

tar cvf build/release.tar.gz -C build ga
tar czvf build/kibana-ga-v${version}.tar.gz -C build ga

0 comments on commit e98912d

Please sign in to comment.