cralph 1.0.0-alpha.6 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,13 +26,11 @@ cralph wraps this into a CLI with config, logging, and TODO tracking.
|
|
|
26
26
|
## Install
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
Or with npm:
|
|
29
|
+
# Install Bun (if not already installed)
|
|
30
|
+
curl -fsSL https://bun.sh/install | bash
|
|
33
31
|
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
# Install cralph
|
|
33
|
+
bun add -g cralph
|
|
36
34
|
```
|
|
37
35
|
|
|
38
36
|
## Quick Start
|