We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc02ec3 commit 4f4efdbCopy full SHA for 4f4efdb
ai/pi-coding-agent.md
@@ -1,8 +1,19 @@
1
# Install the Pi coding agent
2
3
+Install
4
```bash
5
bun install -g @mariozechner/pi-coding-agent
6
```
7
8
+Configure Ghostty key bindings (in Ghostty press cmd+,)
9
+```
10
+## Add to ghostty config
11
+keybind = alt+backspace=text:\x1b\x7f
12
+keybind = shift+enter=text:\n
13
14
+
15
More details on the project found here:
16
* https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent
17
18
+For installing `Bun` see:
19
+* `../nodejs/bun.md`
0 commit comments