Skip to content

Commit

Permalink
Added brew install to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed Dec 19, 2018
1 parent e40c882 commit ce76eb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ kubectl (Kubernetes CLI) plugin to syncronize local files to _Pod_ and executing
This can be used for example to build and run your local project in Kubernetes while using your prefed editor locally.

## Install
## MacOS with Brew
```shell
brew install ernoaapa/kubectl-plugins/warp
```
## Linux / MacOS without Brew
1. Download binary from [releases](https://github.com/ernoaapa/kubectl-warp/releases)
2. Add it to your `PATH`

Expand Down

0 comments on commit ce76eb2

Please sign in to comment.