Skip to content

Commit d0130c1

Browse files
committed
Add build:local instructions to From source section in README
1 parent 4e3baf6 commit d0130c1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ bun install -g minimax-cli
4040
git clone https://github.com/MiniMax-AI-Dev/minimax-cli.git
4141
cd minimax-cli
4242
bun install
43+
44+
# Run directly from source
4345
bun run dev -- --help
46+
47+
# Or build a standalone binary and install it
48+
bun run build:local
49+
cp dist/minimax /usr/local/bin/minimax
50+
minimax --help
4451
```
4552

4653
## Quick start

0 commit comments

Comments
 (0)