Skip to content

Commit ce76eb2

Browse files
committed
Added brew install to README
1 parent e40c882 commit ce76eb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ kubectl (Kubernetes CLI) plugin to syncronize local files to _Pod_ and executing
55
This can be used for example to build and run your local project in Kubernetes while using your prefed editor locally.
66

77
## Install
8+
## MacOS with Brew
9+
```shell
10+
brew install ernoaapa/kubectl-plugins/warp
11+
```
12+
## Linux / MacOS without Brew
813
1. Download binary from [releases](https://github.com/ernoaapa/kubectl-warp/releases)
914
2. Add it to your `PATH`
1015

0 commit comments

Comments
 (0)