Merge pull request #640 from patrick-kidger/patch-1

Fix install-from-source instructions
This commit is contained in:
Mario Zechner 2026-01-11 23:03:32 +01:00 committed by GitHub
commit e7352a50bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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