granola-toolkit 0.43.0 → 0.45.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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/cli.js +2 -3229
  3. package/package.json +9 -1
package/README.md CHANGED
@@ -17,6 +17,10 @@ npx granola-toolkit --help
17
17
 
18
18
  The published package exposes both `granola` and `granola-toolkit` as executable names.
19
19
 
20
+ If you do not want to install via npm, each GitHub release also publishes standalone archives for
21
+ macOS arm64, Linux x64, and Windows x64. Extract the archive and run `granola` (or
22
+ `granola.exe` on Windows).
23
+
20
24
  ## Quick Start
21
25
 
22
26
  ```bash