Skip to content

Commit 1f9f21e

Browse files
dylanjhaclaude
andcommitted
docs: use beta tag for npm install instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 15adf8d commit 1f9f21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ A command-line interface for interacting with the Mux API, designed to provide a
77
### Install via npm
88

99
```bash
10-
npm install -g @mux/cli
10+
npm install -g @mux/cli@beta
1111
```
1212

1313
Or run directly with npx:
1414

1515
```bash
16-
npx @mux/cli@latest
16+
npx @mux/cli@beta
1717
```
1818

1919
### Shell installer

0 commit comments

Comments
 (0)