diff --git a/README.md b/README.md index 5c2ca94..64330f3 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ Another important point is that the loader detects whether or not the CPU has th I developed a simple patch to no longer display the DUMMY port error on models without device-tree, the user will be able to install without having to worry about it. -## User http proxy -The http proxy only support for terminal。 +## User proxy +The proxy only support for terminal。 For example, if you have one clashx (the default port is 7890) in the lan,follow the steps: -1. Enabel 'Allow connent from Lan' +1. Enabel 'Allow connent from Lan' (clashx only) ![image](https://github.com/yunzhiclub/arpl/assets/12424383/fe024e8d-c764-4590-84cb-fc15ca7fccef) @@ -68,6 +68,9 @@ declare -x https_proxy="http://ipaddress:7890/" declare -x http_proxy="http://ipaddress:7890/" declare -x all_proxy="socks5:://ipaddress:7890/" ``` + +**Change the ipaddress** to your proxy host. + 4. Call the "menu.sh" And then the proxy is effective。