Skip to content

Commit

Permalink
Install Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedman committed Oct 6, 2021
1 parent 19bcc3a commit 64452fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: release
on:
push:
branches:
- "!*"
tags:
- "*"
- "v*.*.*"
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ A kubectl plugin that checks your clusters for component compatibility and Kuber
Building and installing this plugin can be done by cloning this repo and running `make install` like this

```
make install
wget -c https://github.com/rossedman/kubectl-endoflife/releases/download/v0.1.0-alpha/kubectl-endoflife_0.1.0-alpha_darwin_amd64.tar.gz -O kubectl-endoflife.tar.gz
tar -xvf kubectl-endoflife.tar.gz
mv kubectl-endoflife /usr/local/bin/kubectl-endoflife
```

Once installed you can now run
At this point you should be able to run

```
kubectl endoflife
Expand Down

0 comments on commit 64452fd

Please sign in to comment.