diff --git a/README.md b/README.md index e87a915..ec17008 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,9 @@ - Cloudflare ---> A记录解析的云朵必须为灰色 - wget: command not found [这里需要自己手动安装下wget],如未使用过Linux,[点击查看](https://github.com/mack-a/v2ray-agent/tree/master/documents/install_tools.md)安装教程 - 脚本安装路径[/etc/v2ray-agent] -- 现在脚本进入相对稳定的时期,如果有功能不完善的地方,请提issues。 - +- 不支持非root账户 +- 现在脚本进入相对稳定的时期,如果有功能不完善的地方,请提issues。 + ## 安装脚本 ``` 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