@vox-ai/cli-darwin-x64 0.1.0-beta.6 → 0.1.0-beta.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.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/bin/vox +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ The CLI is the durable authoring surface — what belongs in your repo, gets rev
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- # npm (cross-platform, requires Node >= 20.17)
12
+ # npm (macOS, Linux, and Windows x64; requires Node >= 20.17)
13
13
  npm install -g @vox-ai/cli
14
14
 
15
15
  # npm pre-release channel
@@ -19,6 +19,8 @@ npm install -g @vox-ai/cli@beta
19
19
  brew install vox-public/tap/vox
20
20
  ```
21
21
 
22
+ On **Windows**, npm is the official install path: `npm install -g @vox-ai/cli@beta`, then run `vox` (or `vox.cmd`) from any terminal. There is no separate `.exe` or zip download to install.
23
+
22
24
  Verify the install:
23
25
 
24
26
  ```bash
package/bin/vox CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vox-ai/cli-darwin-x64",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.0-beta.8",
4
4
  "description": "Prebuilt darwin-x64 binary for the vox.ai CLI",
5
5
  "homepage": "https://www.tryvox.co",
6
6
  "license": "MIT",