We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40c882 commit ce76eb2Copy full SHA for ce76eb2
README.md
@@ -5,6 +5,11 @@ kubectl (Kubernetes CLI) plugin to syncronize local files to _Pod_ and executing
5
This can be used for example to build and run your local project in Kubernetes while using your prefed editor locally.
6
7
## Install
8
+## MacOS with Brew
9
+```shell
10
+brew install ernoaapa/kubectl-plugins/warp
11
+```
12
+## Linux / MacOS without Brew
13
1. Download binary from [releases](https://github.com/ernoaapa/kubectl-warp/releases)
14
2. Add it to your `PATH`
15
0 commit comments