From 1b42b0d1fbda9d7de3ce3958222a60260aebf9eb Mon Sep 17 00:00:00 2001 From: mrbeandev Date: Mon, 16 Feb 2026 16:53:28 +0530 Subject: [PATCH] docs: remove placeholder note in Termux guide --- docs/TERMUX_INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/TERMUX_INSTALL.md b/docs/TERMUX_INSTALL.md index 33cf5eb41..ec07917db 100644 --- a/docs/TERMUX_INSTALL.md +++ b/docs/TERMUX_INSTALL.md @@ -9,7 +9,6 @@ Run this command in Termux: ```bash pkg install -y curl && curl -sSL https://raw.githubusercontent.com/sipeed/picoclaw/main/assets/scripts/picoclaw-manager.sh -o picoclaw-manager.sh && chmod +x picoclaw-manager.sh && ./picoclaw-manager.sh ``` -*(Note: Replace with the actual URL once the script is added to the repo)* ---