@openhoo/hoopilot 0.5.0 → 0.5.2
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,8 @@ curl -fsSL https://raw.githubusercontent.com/openhoo/hoopilot/main/scripts/insta
|
|
|
48
48
|
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/openhoo/hoopilot/main/scripts/install.ps1))) -Version 0.3.0
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
+
The standalone installer also installs a `codexx` wrapper next to `hoopilot`. Re-run the installer if `hoopilot` works but your shell does not recognize `codexx`; the installer replaces the existing files in place.
|
|
52
|
+
|
|
51
53
|
## Update
|
|
52
54
|
|
|
53
55
|
Standalone binaries update themselves in place from the latest GitHub release:
|