@smbcloud/sigit-linux-arm64 1.4.0 → 1.5.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.
- package/README.md +1 -1
- package/bin/sigit +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ npm install -g @smbcloud/sigit
|
|
|
28
28
|
| Channel | Command |
|
|
29
29
|
|---------|---------|
|
|
30
30
|
| npm | `npm install -g @smbcloud/sigit` |
|
|
31
|
-
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
31
|
+
| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
|
|
32
32
|
| pip | `pip install sigit-code` |
|
|
33
33
|
| uv | `uvx --from sigit-code sigit` |
|
|
34
34
|
| Cargo | `cargo install sigit` |
|
package/bin/sigit
CHANGED
|
Binary file
|