@ggcode-cli/ggcode 1.1.5 → 1.1.7
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,9 @@ If that directory is not on `PATH`, the installer updates your shell/user PATH a
|
|
|
12
12
|
reopen the terminal. The npm package keeps a separate `ggcode-bootstrap` helper command for manual
|
|
13
13
|
repair, but normal usage should be the real `ggcode` binary.
|
|
14
14
|
|
|
15
|
+
This package is just the release-backed installer layer. Product usage, harness workflows, and TUI
|
|
16
|
+
behavior are documented in the main repository README.
|
|
17
|
+
|
|
15
18
|
## Install
|
|
16
19
|
|
|
17
20
|
For normal CLI usage, install it globally:
|