docs: add screenshots to Termux installation guide

This commit is contained in:
mrbeandev 2026-02-16 16:55:49 +05:30
parent 1b42b0d1fb
commit 0054c35622
3 changed files with 5 additions and 0 deletions

BIN
assets/termux/termux-01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
assets/termux/termux-02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

View file

@ -10,6 +10,9 @@ Run this command in Termux:
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
```
<img src="../assets/termux/termux-01.png" width="300" alt="PicoClaw Termux Manager">
---
## 🛠️ Manual Method
@ -96,3 +99,5 @@ Once the gateway is running, you should see:
`[INFO] telegram: Telegram bot connected {username=...}`
You can now chat with your PicoClaw assistant directly on Telegram!
<img src="../assets/termux/termux-02.png" width="300" alt="PicoClaw Termux Status">