From 9e0b44b96477ed8c17db96d46f3eadb6280704df Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 15 Feb 2021 10:13:23 +0800 Subject: [PATCH] update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1e4a5..6646f3d 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Quickly convert your Alpine Linux host/vm into a Clash-based gateway. 2. Please configure your network during the installation. Static IP is recommended but not mandatory. 3. Run following command, and follow the instruction. ``` -wget -O - https://cdn.jsdelivr.net/gh/yangliu/alpine-clash-gateway@0.1.2/scripts/install.sh | sh +wget -O - https://cdn.jsdelivr.net/gh/yangliu/alpine-clash-gateway@0.1.3/scripts/install.sh | sh ``` or ``` -wget -O - https://cdn.jsdelivr.net/gh/yangliu/alpine-clash-gateway@0.1.2/scripts/install.sh | sh -s /etc/acg +wget -O - https://cdn.jsdelivr.net/gh/yangliu/alpine-clash-gateway@0.1.3/scripts/install.sh | sh -s /etc/acg ``` ## Diskless Mode