Skip to content

Commit 585341b

Browse files
authored
Merge pull request #56 from Bisnode/improve-readme
add README.md improvement in install section
2 parents f1b96e9 + 7fa6995 commit 585341b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,28 @@ Currently supported resource types:
1010
* Secrets
1111

1212
# Install
13-
Download the kubectl-tbac binary and place it in your $PATH.
13+
Download the kubectl-tbac binary from [releases](https://github.com/Bisnode/kubectl-tbac/releases)
14+
Place binary in directory for example kubectl-tbac
15+
16+
### For MacOS/Linux:
17+
18+
You can add it to your $PATH in ~/.bash_profile or ~/.profile
19+
20+
```
21+
export KUBECTL_TBAC="$HOME/kubectl-tbac"
22+
PATH=$PATH:$KUBECTL_TBAC
23+
export PATH
24+
```
25+
26+
reload: source ~/.bash_profile
27+
28+
### For Windows:
29+
30+
Add system variable KUBECTL_TBAC with path to kubectl-tbac directory containing binary
31+
Add to Path %KUBECTL_TBAC%
32+
33+
### Test it:
34+
1435
Once in your $PATH you can start using `kubectl tbac`.
1536

1637
# Build

0 commit comments

Comments
 (0)