Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolabnet authored Feb 21, 2025
1 parent fc3c884 commit 1f387e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ For iptables (if you have OpenWrt version < 22.03.x) – `iptables-mod-tproxy`.
Download the SSClash package and install it.

```bash
curl -L https://github.com/zerolabnet/ssclash/releases/download/v1.8.1/luci-app-ssclash_1.8.1-1_all.ipk -o /tmp/luci-app-ssclash_1.8.1-1_all.ipk
opkg install /tmp/luci-app-ssclash_1.8.1-1_all.ipk
curl -L https://github.com/zerolabnet/ssclash/releases/download/v1.8.2/luci-app-ssclash_1.8.2-1_all.ipk -o /tmp/luci-app-ssclash_1.8.2-1_all.ipk
opkg install /tmp/luci-app-ssclash_1.8.2-1_all.ipk
rm /tmp/*.ipk
```

Expand All @@ -48,19 +48,19 @@ cd /opt/clash/bin
For **amd64** architecture:

```bash
curl -L https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-linux-amd64-compatible-v1.18.9.gz -o clash.gz
curl -L https://github.com/MetaCubeX/mihomo/releases/download/v1.19.2/mihomo-linux-amd64-compatible-v1.19.2.gz -o clash.gz
```

For **arm64** architecture:

```bash
curl -L https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-linux-arm64-v1.18.9.gz -o clash.gz
curl -L https://github.com/MetaCubeX/mihomo/releases/download/v1.19.2/mihomo-linux-arm64-v1.19.2.gz -o clash.gz
```

For **mipsel_24kc** architecture:

```bash
curl -L https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-linux-mipsle-softfloat-v1.18.9.gz -o clash.gz
curl -L https://github.com/MetaCubeX/mihomo/releases/download/v1.19.2/mihomo-linux-mipsle-softfloat-v1.19.2.gz -o clash.gz
```

Need a different architecture? Visit the [MetaCubeX Release Page](https://github.com/MetaCubeX/mihomo/releases) and choose the one that matches your device.
Expand Down

0 comments on commit 1f387e6

Please sign in to comment.