@xonovex/agent-cli-go-linux-x64 0.1.6 → 0.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 +27 -0
- package/bin/agent-cli-go +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# @xonovex/agent-cli-go-linux-x64
|
|
2
|
+
|
|
3
|
+
Linux x64 binary for `@xonovex/agent-cli-go`.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
This package contains the pre-built Linux x64 binary for the agent-cli-go tool. It is automatically installed as an optional dependency when you install `@xonovex/agent-cli-go` on a compatible platform.
|
|
8
|
+
|
|
9
|
+
## Direct Installation
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install @xonovex/agent-cli-go-linux-x64
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Platform Requirements
|
|
16
|
+
|
|
17
|
+
- **OS**: Linux
|
|
18
|
+
- **Architecture**: x64 (amd64)
|
|
19
|
+
- **libc**: glibc or musl
|
|
20
|
+
|
|
21
|
+
## Usage
|
|
22
|
+
|
|
23
|
+
This package is not meant to be used directly. Install `@xonovex/agent-cli-go` instead, which will automatically select the correct platform binary.
|
|
24
|
+
|
|
25
|
+
## License
|
|
26
|
+
|
|
27
|
+
MIT
|
package/bin/agent-cli-go
CHANGED
|
Binary file
|