We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4dd0d commit b327073Copy full SHA for b327073
1 file changed
README.md
@@ -9,6 +9,20 @@ https://github.com/user-attachments/assets/127abbc2-cb30-4d6e-8a81-ce707260c045)
9
10
## Quick Start
11
12
+Install globally with npm first. The initial install usually takes a while:
13
+
14
+```shell
15
+npm install -g @longphy/codext
16
+```
17
18
+Then run:
19
20
21
+codext
22
23
24
+Or build from source by yourself:
25
26
```shell
27
cd codex-rs
28
cargo run --bin codex
0 commit comments