Skip to content

Commit

Permalink
docs(readme): add note about bash installer
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyRugalev committed Sep 8, 2020
1 parent 888d9d2 commit 3be71f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ You can install kube-commander from binary release for your OS. Linux, macOS and
a package for your OS on [this page](https://github.com/AnatolyRugalev/kube-commander/releases/latest). Just download
and put it to `/usr/local/bin`.

There's oneliner to download latest to current directory:

```bash
curl -sL https://git.io/JUneH | bash
./kubecom --version
```

### Sources

If you have Go environment configured you can install kubecom easily with this command:
Expand Down
2 changes: 1 addition & 1 deletion ci/snap-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ROOT="$(dirname $( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd
KUBECTL_VERSION=1.18.5


curl -L "https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
curl -sL "https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
> $ROOT/kubectl

echo $(readlink $ROOT/kubectl)

0 comments on commit 3be71f2

Please sign in to comment.