From 54bd55dc770d1a67c2ec3589fc99c2a906b497ff Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 16 Nov 2020 10:03:47 +0800 Subject: [PATCH] feat(readme): update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 636a72b..e87a915 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ ## 安装脚本 ``` -wget -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh +wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh ``` + - 示例图