mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 05:00:16 +00:00
Merge pull request #640 from patrick-kidger/patch-1
Fix install-from-source instructions
This commit is contained in:
commit
e7352a50bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue