1. add android phone termux quick guide
This commit is contained in:
parent
951b05d255
commit
5fb2721d22
3 changed files with 31 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -99,6 +99,20 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
### 📱 Run on old Android Phones
|
||||||
|
Give your decade-old phone a second life! Turn it into a smart AI Assistant with PicoClaw. Quick Start:
|
||||||
|
1. **Install Termux** (Available on F-Droid or Google Play).
|
||||||
|
2. **Execute cmds**
|
||||||
|
```bash
|
||||||
|
# Note: Replace v0.1.1 with the latest version from the Releases page
|
||||||
|
wget https://github.com/sipeed/picoclaw/releases/download/v0.1.1/picoclaw-linux-arm64
|
||||||
|
chmod +x picoclaw-linux-arm64
|
||||||
|
pkg install proot
|
||||||
|
termux-chroot ./picoclaw-linux-arm64 onboard
|
||||||
|
```
|
||||||
|
And then follow the instructions in the "Quick Start" section to complete the configuration!
|
||||||
|
<img src="assets/termux.jpg" alt="PicoClaw" width="512">
|
||||||
|
|
||||||
### 🐜 Innovative Low-Footprint Deploy
|
### 🐜 Innovative Low-Footprint Deploy
|
||||||
|
|
||||||
PicoClaw can be deployed on almost any Linux device!
|
PicoClaw can be deployed on almost any Linux device!
|
||||||
|
|
|
||||||
17
README.zh.md
17
README.zh.md
|
|
@ -100,6 +100,23 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
### 📱 在手机上轻松运行
|
||||||
|
picoclaw 可以将你10年前的老旧手机废物利用,变身成为你的AI助理!快速指南:
|
||||||
|
1. 先去应用商店下载安装Termux
|
||||||
|
2. 打开后执行指令
|
||||||
|
```bash
|
||||||
|
# 注意: 下面的v0.1.1 可以换为你实际看到的最新版本
|
||||||
|
wget https://github.com/sipeed/picoclaw/releases/download/v0.1.1/picoclaw-linux-arm64
|
||||||
|
chmod +x picoclaw-linux-arm64
|
||||||
|
pkg install proot
|
||||||
|
termux-chroot ./picoclaw-linux-arm64 onboard
|
||||||
|
```
|
||||||
|
然后跟随下面的“快速开始”章节继续配置picoclaw即可使用!
|
||||||
|
<img src="assets/termux.jpg" alt="PicoClaw" width="512">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 🐜 创新的低占用部署
|
### 🐜 创新的低占用部署
|
||||||
|
|
||||||
PicoClaw 几乎可以部署在任何 Linux 设备上!
|
PicoClaw 几乎可以部署在任何 Linux 设备上!
|
||||||
|
|
|
||||||
BIN
assets/termux.jpg
Normal file
BIN
assets/termux.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
Loading…
Add table
Reference in a new issue