diff --git a/README.md b/README.md index 27722326..2e3fe24c 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,25 @@ With KubeVPN, empower yourself to develop applications entirely on your local PC ## QuickStart +### Install from script ( macOS / Linux) + +```shell +curl -fsSL https://kubevpn.dev/install.sh | sh +``` + + ### Install from [brew](https://brew.sh/) (macOS / Linux) ```shell brew install kubevpn ``` +### Install from [snap](https://snapcraft.io/kubevpn) (Linux) + +```shell +sudo snap install kubevpn +``` + ### Install from [scoop](https://scoop.sh/) (Windows) ```shell diff --git a/README_ZH.md b/README_ZH.md index ebdc6f75..30af80fa 100644 --- a/README_ZH.md +++ b/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) ```shell brew install kubevpn ``` +### 使用 [snap](https://snapcraft.io/kubevpn) 安装 (Linux) + +```shell +sudo snap install kubevpn +``` + ### 使用 [scoop](https://scoop.sh/) (Windows) ```shell