@c6o/czproxy-linux-x64 0.1.0 → 0.1.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 +11 -0
- package/bin/czproxy +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# czproxy — Platform Binary
|
|
2
|
+
|
|
3
|
+
This package contains the pre-built `czproxy` binary for a specific OS/architecture combination. It is installed automatically as an optional dependency of [`@c6o/czproxy`](https://www.npmjs.com/package/@c6o/czproxy).
|
|
4
|
+
|
|
5
|
+
**You should install the main package instead:**
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @c6o/czproxy
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
See the [@c6o/czproxy README](https://www.npmjs.com/package/@c6o/czproxy) for full documentation.
|
package/bin/czproxy
CHANGED
|
Binary file
|