From 45576fb252484776067e42a204339efe4ee424ea Mon Sep 17 00:00:00 2001 From: RealLanta <95084339+RealLanta@users.noreply.github.com> Date: Fri, 11 Feb 2022 20:06:32 +0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 977d3c4..25a4d5e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,21 @@ 给MIPS架构(例如MT7621)的Passwall一键安装脚本(稳定性未知) 详细使用办法请看我的[博客](https://www.lanta.cyou/index.php/archives/30/) + +安装Passwall本体: + +```bash +wget https://cdn.lanta.cyou/passwall/mips_pw_install.sh && chmod +x mips_pw_install.sh && ./mips_pw_install.sh +``` + +安装v2ray插件: + +``` +wget https://cdn.lanta.cyou/passwall/mips_pw_v2ray.sh && chmod +x mips_pw_v2ray.sh && ./mips_pw_v2ray.sh +``` + +安装Xray插件: + +``` +wget https://cdn.lanta.cyou/passwall/mips_pw_xray.sh && chmod +x mips_pw_xray.sh && ./mips_pw_xray.sh +```