From c9837d680eb5ddcd17aea31da5dfe099e008496c Mon Sep 17 00:00:00 2001 From: Dipesh Babu Date: Sat, 28 Feb 2026 03:08:49 -0500 Subject: [PATCH] Docs: clarify one-liner install and PicoClaw config note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d9ad7b..0a2f102 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ cd ../picoclaw && make deps && make build } ``` +> Note: PicoClaw is moving fast. If your PicoClaw build complains about a missing API key even for local providers, set a harmless placeholder like `"api_key": "local"` in your PicoClaw config (it is not used by PicoLM). + ```bash # 5. Chat — fully offline! picoclaw agent -m "What is photosynthesis?" @@ -116,6 +118,8 @@ picoclaw agent -m "What is photosynthesis?" ### Or install everything in one line +This installs the PicoLM binary, downloads the TinyLlama model, and writes a starter PicoClaw config. + ```bash curl -sSL https://raw.githubusercontent.com/RightNow-AI/picolm/main/install.sh | bash ```