update old install command;

This commit is contained in:
233boy
2023-05-13 22:36:23 +08:00
parent db4ba8613f
commit 74813a2c47

View File

@@ -13,8 +13,5 @@
## 安装 ## 安装
```bash ```bash
git clone https://github.com/233boy/v2ray old_v2ray -b old --depth=1 wget https://github.com/233boy/v2ray/archive/old.zip -O v2ray-old.zip;unzip v2ray-old.zip;cd v2ray-old;chmod +x i*;./i* local
cd old_v2ray
chmod +x i*
./i* local
``` ```