@theopenbee/cli-darwin-x64 0.0.5 → 0.0.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 +13 -0
- package/bin/openbee +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @theopenbee/cli-darwin-x64
|
|
2
|
+
|
|
3
|
+
This is the macOS x64 (Intel) binary for [OpenBee](https://github.com/theopenbee/openbee).
|
|
4
|
+
|
|
5
|
+
**You should not install this package directly.** Instead, install the main package:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @theopenbee/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
The correct platform-specific binary will be downloaded automatically.
|
|
12
|
+
|
|
13
|
+
For more information, visit the [OpenBee GitHub repository](https://github.com/theopenbee/openbee).
|
package/bin/openbee
CHANGED
|
Binary file
|