Skip to content

Commit

Permalink
feat: add use brew to install kubevpn
Browse files Browse the repository at this point in the history
  • Loading branch information
wencaiwulue committed Jun 30, 2024
1 parent d90629d commit 268ffda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
10 changes: 8 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ NOTES:

# Install client

## Install from GitHub release
## Install from brew

[LINK](https://github.com/kubenetworks/kubevpn/releases/latest)
```shell
brew install kubevpn
```

## Install from custom krew index

Expand All @@ -54,6 +56,10 @@ NOTES:
)
```

## Install from GitHub release

[LINK](https://github.com/kubenetworks/kubevpn/releases/latest)

## Install from build it manually

```shell
Expand Down
18 changes: 7 additions & 11 deletions i18n/zh/docusaurus-plugin-content-docs/current/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ NOTES:

# 安装 kubevpn client

## 从 Github release 下载编译好的二进制文件
## 使用 brew 安装

[链接](https://github.com/kubenetworks/kubevpn/releases/latest)
```shell
brew install kubevpn
```

## 从 自定义 Krew 仓库安装
## 从自定义 krew 仓库安装

```shell
(
Expand All @@ -55,15 +57,9 @@ NOTES:
)
```

## 自己构建二进制文件

```shell
(
git clone https://github.com/kubenetworks/kubevpn.git && \
cd kubevpn && make kubevpn && ./bin/kubevpn
)
## 从 Github release 下载编译好的二进制文件

```
[链接](https://github.com/kubenetworks/kubevpn/releases/latest)

## 安装 bookinfo 作为 demo 应用

Expand Down

0 comments on commit 268ffda

Please sign in to comment.