feat: use scoop to install kubevpn on Windows (#325)

This commit is contained in:
naison
2024-09-07 08:44:37 +08:00
committed by GitHub
parent f9bbaeb3cf
commit e64b9a3311
2 changed files with 14 additions and 0 deletions

View File

@@ -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

View File

@@ -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