@smbcloud/sigit-linux-arm64 1.5.2 → 1.5.8
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 +10 -10
- package/bin/sigit +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
|
-
<a href="https://www.npmjs.com/package/@
|
|
9
|
+
<a href="https://www.npmjs.com/package/@getsigit/sigit"><img src="https://img.shields.io/npm/v/@getsigit/sigit?style=flat-square&labelColor=17211D&color=235843" alt="npm"></a>
|
|
10
10
|
<a href="https://crates.io/crates/sigit"><img src="https://img.shields.io/crates/v/sigit?style=flat-square&labelColor=17211D&color=235843" alt="crates.io"></a>
|
|
11
11
|
<a href="https://pypi.org/project/sigit-code/"><img src="https://img.shields.io/pypi/v/sigit-code?style=flat-square&labelColor=17211D&color=235843" alt="PyPI"></a>
|
|
12
12
|
<a href="https://smbcloud.xyz"><img src="https://img.shields.io/badge/smbcloud.xyz-235843?style=flat-square&labelColor=17211D" alt="Website"></a>
|
|
@@ -20,14 +20,14 @@ This package is one of the platform-specific binaries behind [`@smbcloud/sigit`]
|
|
|
20
20
|
Install the main package and npm will pull in the right binary for your OS and architecture:
|
|
21
21
|
|
|
22
22
|
```sh
|
|
23
|
-
npm install -g @
|
|
23
|
+
npm install -g @getsigit/sigit
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
## Other install methods
|
|
27
27
|
|
|
28
28
|
| Channel | Command |
|
|
29
29
|
|---------|---------|
|
|
30
|
-
| npm | `npm install -g @
|
|
30
|
+
| npm | `npm install -g @getsigit/sigit` |
|
|
31
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` |
|
|
@@ -37,12 +37,12 @@ npm install -g @smbcloud/sigit
|
|
|
37
37
|
|
|
38
38
|
| Platform | Architecture | Package |
|
|
39
39
|
|----------|--------------|---------|
|
|
40
|
-
| macOS | Apple Silicon (arm64) | [`@
|
|
41
|
-
| macOS | Intel (x64) | [`@
|
|
42
|
-
| Linux | x64 | [`@
|
|
43
|
-
| Linux | arm64 | [`@
|
|
44
|
-
| Windows | x64 | [`@
|
|
45
|
-
| Windows | arm64 | [`@
|
|
40
|
+
| macOS | Apple Silicon (arm64) | [`@getsigit/sigit-darwin-arm64`](https://www.npmjs.com/package/@getsigit/sigit-darwin-arm64) |
|
|
41
|
+
| macOS | Intel (x64) | [`@getsigit/sigit-darwin-x64`](https://www.npmjs.com/package/@getsigit/sigit-darwin-x64) |
|
|
42
|
+
| Linux | x64 | [`@getsigit/sigit-linux-x64`](https://www.npmjs.com/package/@getsigit/sigit-linux-x64) |
|
|
43
|
+
| Linux | arm64 | [`@getsigit/sigit-linux-arm64`](https://www.npmjs.com/package/@getsigit/sigit-linux-arm64) |
|
|
44
|
+
| Windows | x64 | [`@getsigit/sigit-windows-x64`](https://www.npmjs.com/package/@getsigit/sigit-windows-x64) |
|
|
45
|
+
| Windows | arm64 | [`@getsigit/sigit-windows-arm64`](https://www.npmjs.com/package/@getsigit/sigit-windows-arm64) |
|
|
46
46
|
|
|
47
47
|
## Links
|
|
48
48
|
|
|
@@ -57,4 +57,4 @@ npm install -g @smbcloud/sigit
|
|
|
57
57
|
|
|
58
58
|
## Copyright
|
|
59
59
|
|
|
60
|
-
© 2026 [
|
|
60
|
+
© 2026 PT Sigit Mitra Bangun ([siGit Code & Deploy](https://sigit.si)), distributed by [Splitfire AB](https://smbcloud.xyz/).
|
package/bin/sigit
CHANGED
|
Binary file
|