From 5516de8557a4274241179a01a8382b9eaa0ce6f9 Mon Sep 17 00:00:00 2001 From: Casper Ngo-yat ONG Date: Mon, 16 Mar 2026 00:39:41 +0800 Subject: [PATCH] Update README for more quick setup options (#217) --- README.md | 6 ++++-- docs/README_ja.md | 2 +- docs/README_ko.md | 2 +- docs/README_zh.md | 4 +++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34f3346..e55d9d3 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,9 @@ git clone --recurse-submodules https://github.com/Lakr233/vphone-cli.git ```bash make setup_machine # full automation through "First Boot" (includes restore/ramdisk/CFW) -# options: NONE_INTERACTIVE=1 SUDO_PASSWORD=... +# options: NONE_INTERACTIVE=1 SUDO_PASSWORD=... +# DEV=1 for dev variant (+ TXM entitlement/debug bypasses) +# JB=1 for jailbreak variant (+ full security bypass) ``` ## Manual Setup @@ -205,7 +207,7 @@ make boot In a separate terminal, start iproxy tunnels: ```bash -iproxy 2222 22222 # SSH (dropbear) +iproxy 2222 22222 # SSH (dropbear) iproxy 2222 22 # SSH (JB: if you install openssh-server from Sileo) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC diff --git a/docs/README_ja.md b/docs/README_ja.md index 4981aad..757c9db 100644 --- a/docs/README_ja.md +++ b/docs/README_ja.md @@ -196,7 +196,7 @@ make boot 別のターミナルで iproxy トンネルを開始します: ```bash -iproxy 2222 22222 # SSH(dropbear) +iproxy 2222 22222 # SSH(dropbear) iproxy 2222 22 # SSH(脱獄版:Sileo で openssh-server を入れた場合) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC diff --git a/docs/README_ko.md b/docs/README_ko.md index ce2f203..8283811 100644 --- a/docs/README_ko.md +++ b/docs/README_ko.md @@ -196,7 +196,7 @@ make boot 별도의 터미널에서 iproxy 터널을 시작합니다: ```bash -iproxy 2222 22222 # SSH (dropbear) +iproxy 2222 22222 # SSH (dropbear) iproxy 2222 22 # SSH (탈옥: Sileo에서 openssh-server를 설치한 경우) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC diff --git a/docs/README_zh.md b/docs/README_zh.md index 86b2924..cd66629 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -87,6 +87,8 @@ git clone --recurse-submodules https://github.com/Lakr233/vphone-cli.git ```bash make setup_machine # 完全自动化完成"首次启动"流程(包含 restore/ramdisk/CFW) # 选项:NONE_INTERACTIVE=1 SUDO_PASSWORD=... +# DEV=1 开发变体(+ TXM 权限/调试绕过) +# JB=1 越狱变体(dev + 完整安全绕过) ``` ## 手动设置 @@ -196,7 +198,7 @@ make boot 在另一个终端中启动 iproxy 隧道: ```bash -iproxy 2222 22222 # SSH(dropbear) +iproxy 2222 22222 # SSH(dropbear) iproxy 2222 22 # SSH(越狱版:在 Sileo 中安装 openssh-server 后) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC