From e0efbfc334941d438c2845d86ccca274aa2197bb Mon Sep 17 00:00:00 2001 From: lymanjre <125398461+lymanjre@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:18:18 -0500 Subject: [PATCH] Update How-to-use-HiddifyCli-on-OpenWrt.md --- docs/app/How-to-use-HiddifyCli-on-OpenWrt.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/app/How-to-use-HiddifyCli-on-OpenWrt.md b/docs/app/How-to-use-HiddifyCli-on-OpenWrt.md index 18b12a0b1..72cbf8f1e 100644 --- a/docs/app/How-to-use-HiddifyCli-on-OpenWrt.md +++ b/docs/app/How-to-use-HiddifyCli-on-OpenWrt.md @@ -12,11 +12,10 @@ To install **HiddifyCli** on OpenWrt, follow all the steps below in order. This To download the version suitable for your router’s architecture, use the following command for direct download:
```bash - wget -O /tmp/HiddifyCli.tar.gz https://github.com/hiddify/hiddify-core/releases/download/{VERSION}/HiddifyCli-{ARCH}.tar.gz + wget -O /tmp/HiddifyCli.tar.gz https://github.com/hiddify/hiddify-core/releases/download/latest/HiddifyCli-{ARCH}.tar.gz ```
**Explanation:** -- Replace `{VERSION}` with the desired version (e.g., `v1.0.0`). - Replace `{ARCH}` with your router’s architecture (e.g., `mips`, `arm`, or `x86_64`). --- @@ -162,3 +161,5 @@ After rebooting, the HiddifyCli service will be active, and the **Socks5 Proxy** logread | grep HiddifyCli ``` + +In [another article](/app/How-to-Enable-Free-Internet-Access-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli/), we will explain how to enable free internet access for clients behind the router.