mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-09-26 19:31:17 +08:00
feat: use scoop to install kubevpn on Windows (#325)
This commit is contained in:
@@ -54,6 +54,13 @@ With KubeVPN, empower yourself to develop applications entirely on your local PC
|
||||
brew install kubevpn
|
||||
```
|
||||
|
||||
### Install from [scoop](https://scoop.sh/) (Windows)
|
||||
|
||||
```shell
|
||||
scoop bucket add extras
|
||||
scoop install kubevpn
|
||||
```
|
||||
|
||||
### Install from custom krew index ( Windows / macOS / Linux)
|
||||
|
||||
```shell
|
||||
|
@@ -49,6 +49,13 @@ Docker
|
||||
brew install kubevpn
|
||||
```
|
||||
|
||||
### 使用 [scoop](https://scoop.sh/) (Windows)
|
||||
|
||||
```shell
|
||||
scoop bucket add extras
|
||||
scoop install kubevpn
|
||||
```
|
||||
|
||||
### 从 自定义 Krew 仓库安装 (Windows / macOS / Linux)
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user