@guyghost/swarm-dao-cli 0.7.0 → 0.7.1
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 +7 -3
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,12 +10,16 @@ Works in **any project**: all state lives in a `.dao/` directory at the project
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
+
# Homebrew (macOS / Linuxbrew)
|
|
14
|
+
brew install guyghost/tap/swarm-dao
|
|
15
|
+
|
|
16
|
+
# npm
|
|
13
17
|
npm install -g @guyghost/swarm-dao-cli
|
|
14
18
|
```
|
|
15
19
|
|
|
16
|
-
Requires
|
|
17
|
-
|
|
18
|
-
|
|
20
|
+
Requires Node ≥ 20 (installed automatically by Homebrew) and `git`. Apple
|
|
21
|
+
`container` (macOS 26+) and/or Docker are optional, for sandboxed gate
|
|
22
|
+
execution.
|
|
19
23
|
|
|
20
24
|
From source:
|
|
21
25
|
|
package/dist/cli.d.ts
CHANGED
package/dist/cli.js
CHANGED