@ggcode-cli/ggcode 1.3.53 → 1.3.54

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 (2) hide show
  1. package/README.md +20 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,9 +76,27 @@ If you are behind a corporate proxy with a custom CA certificate that Node.js do
76
76
 
77
77
  This prints a security warning and makes the download vulnerable to man-in-the-middle attacks.
78
78
 
79
- ## Native installers
79
+ ## Other install methods
80
80
 
81
- Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
81
+ ### Homebrew (macOS / Linux)
82
+
83
+ ```bash
84
+ brew tap topcheer/ggcode
85
+ brew install ggcode # CLI
86
+ brew install ggcode-desktop # Desktop (Linux)
87
+ brew install --cask ggcode-desktop # Desktop (macOS DMG)
88
+ ```
89
+
90
+ ### winget (Windows)
91
+
92
+ ```powershell
93
+ winget install --id gg.ai.ggcode-cli # CLI
94
+ winget install --id gg.ai.ggcode-desktop # Desktop
95
+ ```
96
+
97
+ ### Native release packages
98
+
99
+ Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
82
100
 
83
101
  | Platform | Format | Install command |
84
102
  | --- | --- | --- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ggcode-cli/ggcode",
3
- "version": "1.3.53",
3
+ "version": "1.3.54",
4
4
  "description": "Thin npm wrapper that installs the ggcode GitHub Release binary",
5
5
  "license": "MIT",
6
6
  "repository": {