updated docs

mine
derailed 2019-02-16 22:12:15 -07:00
parent 52e817bff2
commit d89a641225
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ brew tap derailed/k9s && brew install k9s
# List all available CLI options
k9s -h
# To get info about K9s runtime (logs, configs, etc..)
k9s config
k9s info
# To run K9s in a given namespace
k9s -n mybitchns
```