@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.
- package/README.md +20 -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
|
-
##
|
|
79
|
+
## Other install methods
|
|
80
80
|
|
|
81
|
-
|
|
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
|
| --- | --- | --- |
|