mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
Merge pull request #483 from kubenetworks/docs-install-from-script
docs: install-from-script
This commit is contained in:
13
README.md
13
README.md
@@ -50,12 +50,25 @@ With KubeVPN, empower yourself to develop applications entirely on your local PC
|
|||||||
|
|
||||||
## QuickStart
|
## QuickStart
|
||||||
|
|
||||||
|
### Install from script ( macOS / Linux)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
curl -fsSL https://kubevpn.dev/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Install from [brew](https://brew.sh/) (macOS / Linux)
|
### Install from [brew](https://brew.sh/) (macOS / Linux)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install kubevpn
|
brew install kubevpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install from [snap](https://snapcraft.io/kubevpn) (Linux)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo snap install kubevpn
|
||||||
|
```
|
||||||
|
|
||||||
### Install from [scoop](https://scoop.sh/) (Windows)
|
### Install from [scoop](https://scoop.sh/) (Windows)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
12
README_ZH.md
12
README_ZH.md
@@ -45,12 +45,24 @@ Docker
|
|||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
|
### 使用脚本安装 ( macOS / Linux)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
curl -fsSL https://kubevpn.dev/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
### 使用 [brew](https://brew.sh/) 安装 (macOS / Linux)
|
### 使用 [brew](https://brew.sh/) 安装 (macOS / Linux)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install kubevpn
|
brew install kubevpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 使用 [snap](https://snapcraft.io/kubevpn) 安装 (Linux)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo snap install kubevpn
|
||||||
|
```
|
||||||
|
|
||||||
### 使用 [scoop](https://scoop.sh/) (Windows)
|
### 使用 [scoop](https://scoop.sh/) (Windows)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user