@pavlovic265/gt 0.58.3 → 0.58.5
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 +8 -1
- package/bin/gt-darwin-amd64 +0 -0
- package/bin/gt-darwin-arm64 +0 -0
- package/bin/gt-linux-amd64 +0 -0
- package/bin/gt-linux-arm64 +0 -0
- package/bin/gt-windows-amd64.exe +0 -0
- package/bin/gt-windows-arm64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,14 @@
|
|
|
33
33
|
|
|
34
34
|
## 🛠️ Installation
|
|
35
35
|
|
|
36
|
-
###
|
|
36
|
+
### npm (Recommended for cross-platform)
|
|
37
|
+
```bash
|
|
38
|
+
npm install -g @pavlovic265/gt
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
Supports Linux (x64, ARM64), macOS (Intel, Apple Silicon), and Windows (x64, ARM64).
|
|
42
|
+
|
|
43
|
+
### Homebrew (macOS)
|
|
37
44
|
```bash
|
|
38
45
|
brew tap pavlovic265/265-gt
|
|
39
46
|
brew install 265-gt
|
package/bin/gt-darwin-amd64
CHANGED
|
Binary file
|
package/bin/gt-darwin-arm64
CHANGED
|
Binary file
|
package/bin/gt-linux-amd64
CHANGED
|
Binary file
|
package/bin/gt-linux-arm64
CHANGED
|
Binary file
|
package/bin/gt-windows-amd64.exe
CHANGED
|
Binary file
|
package/bin/gt-windows-arm64.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED