From a0f6f37469bb50f4c3b5997d462b267cd227e72a Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:23:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(readme):=20=E4=BF=AE=E6=94=B9=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- {shell/install => documents}/install_tools.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {shell/install => documents}/install_tools.md (100%) diff --git a/README.md b/README.md index 059f820..46d402c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ - 修改Cloudflare->SSL/TLS->Overview->Full - Cloudflare ---> A记录解析的云朵必须为灰色 - Windows系统不可以使用FinalShell,会导致ssh断开,建议使用xshell或者原版ssh等其他工具代替 -- wget: command not found [这里需要自己手动安装下wget],如未使用过Linux,[点击查看](https://raw.githubusercontent.com/mack-a/v2ray-agent/master/shell/install/install_tools.md)安装教程 +- wget: command not found [这里需要自己手动安装下wget],如未使用过Linux,[点击查看](https://github.com/mack-a/v2ray-agent/tree/master/documents/install_tools.md)安装教程 - 脚本安装路径[/etc/v2ray-agent] ## 安装脚本 diff --git a/shell/install/install_tools.md b/documents/install_tools.md similarity index 100% rename from shell/install/install_tools.md rename to documents/install_tools.md