docs: add use brew to install kubevpn (#282)

This commit is contained in:
naison
2024-06-30 14:53:02 +08:00
committed by GitHub
parent ce750d9c74
commit 35ef5a8c88
2 changed files with 16 additions and 4 deletions

View File

@@ -48,9 +48,11 @@ With KubeVPN, empower yourself to develop applications entirely on your local PC
## QuickStart
#### Install from GitHub release
#### Install from brew
[LINK](https://github.com/kubenetworks/kubevpn/releases/latest)
```shell
brew install kubevpn
```
#### Install from custom krew index
@@ -61,6 +63,10 @@ With KubeVPN, empower yourself to develop applications entirely on your local PC
)
```
#### Install from GitHub release
[LINK](https://github.com/kubenetworks/kubevpn/releases/latest)
#### Install from build it manually
```shell

View File

@@ -43,9 +43,11 @@ Docker
## 快速开始
#### 从 Github release 下载编译好的二进制文件
## 使用 brew 安装
[链接](https://github.com/kubenetworks/kubevpn/releases/latest)
```shell
brew install kubevpn
```
#### 从 自定义 Krew 仓库安装
@@ -56,6 +58,10 @@ Docker
)
```
#### 从 Github release 下载编译好的二进制文件
[链接](https://github.com/kubenetworks/kubevpn/releases/latest)
#### 自己构建二进制文件
```shell