docs: remove placeholder note in Termux guide

This commit is contained in:
mrbeandev 2026-02-16 16:53:28 +05:30
parent e18217485a
commit 1b42b0d1fb

View file

@ -9,7 +9,6 @@ Run this command in Termux:
```bash ```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 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)*
--- ---