From 0c866b476ac95d2e15f84d62102935e90b5dd502 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 17 Feb 2026 09:58:02 +0000 Subject: [PATCH] Fix install script URL to point to this fork's repository https://claude.ai/code/session_01RQBndg4ZPmYAToK4KKcBzp --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e262ea14..d7c9948b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ This fork adds support for [TrustTunnel](https://github.com/TrustTunnel/TrustTun curl -fsSL https://raw.githubusercontent.com/TrustTunnel/TrustTunnel/refs/heads/master/scripts/install.sh | sh -s -- ``` -2. Install/update 3x-ui as usual (the panel will auto-detect the TrustTunnel binary) +2. Install/update 3x-ui from this fork: + +```bash +bash <(curl -Ls https://raw.githubusercontent.com/yelloduxx/3x-ui/master/install.sh) +``` 3. In the panel, create a new inbound and select `trusttunnel` as the protocol @@ -70,7 +74,7 @@ TrustTunnel integration is designed for minimal merge conflicts: ## Quick Start ```bash -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) +bash <(curl -Ls https://raw.githubusercontent.com/yelloduxx/3x-ui/master/install.sh) ``` For full documentation, please visit the [project Wiki](https://github.com/MHSanaei/3x-ui/wiki).