@andrzejchm/notion-cli 0.3.0 → 0.4.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/dist/cli.js +102 -35
- package/dist/cli.js.map +1 -1
- package/docs/README.agents.md +1 -2
- package/package.json +1 -1
package/docs/README.agents.md
CHANGED
|
@@ -16,8 +16,7 @@ Fetch and follow instructions from https://raw.githubusercontent.com/andrzejchm/
|
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
18
|
# Homebrew (recommended)
|
|
19
|
-
brew tap andrzejchm/notion-cli
|
|
20
|
-
brew install notion-cli
|
|
19
|
+
brew update && brew tap andrzejchm/notion-cli && brew install notion-cli
|
|
21
20
|
|
|
22
21
|
# npm (alternative)
|
|
23
22
|
npm install -g @andrzejchm/notion-cli
|