docs: install-from-script

Signed-off-by: yuyicai <yuyicai@hotmail.com>
This commit is contained in:
yuyicai
2025-03-18 20:45:35 +08:00
parent cbaff5e623
commit f7250649af
2 changed files with 25 additions and 0 deletions

View File

@@ -45,12 +45,24 @@ Docker
## 快速开始
### 使用脚本安装 ( macOS / Linux)
```shell
curl -fsSL https://kubevpn.dev/install.sh | sh
```
### 使用 [brew](https://brew.sh/) 安装 (macOS / Linux)
```shell
brew install kubevpn
```
### 使用 [snap](https://snapcraft.io/kubevpn) 安装 (Linux)
```shell
sudo snap install kubevpn
```
### 使用 [scoop](https://scoop.sh/) (Windows)
```shell