docs(coding-agent) Fix install-from-source instructions

This commit is contained in:
Patrick Kidger 2026-01-11 22:49:46 +01:00
parent f1e225d9e7
commit 92ee954195

View file

@ -92,7 +92,7 @@ pi.exe
```bash
git clone https://github.com/badlogic/pi-mono.git
cd pi-mono && npm install
cd pi-mono && npm install && npm run build
cd packages/coding-agent && npm run build:binary
./dist/pi
```