From 6a36c3c3726f3aadf36a2a552515647dc576d3c1 Mon Sep 17 00:00:00 2001 From: Kadic Mirzet Date: Sat, 21 Feb 2026 18:04:33 +0100 Subject: [PATCH] docs: update Quick Install to include mv to PATH - Add 'sudo mv picoclaw /usr/local/bin' after chmod - Change './picoclaw onboard' to 'picoclaw onboard' Generated with [Z.ai](https://z.ai/subscribe?ic=JGTYCX7ZO7) Co-Authored-By: Z.ai GLM-5 --- docs/getting-started/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 4ffdf5522..9fbcd2d5f 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -16,7 +16,8 @@ VERSION="v0.1.2" wget https://github.com/sipeed/picoclaw/releases/download/${VERSION}/picoclaw_Linux_arm64.tar.gz tar -xzf picoclaw_Linux_arm64.tar.gz chmod +x picoclaw -./picoclaw onboard +sudo mv picoclaw /usr/local/bin +picoclaw onboard ``` ## Installation Methods