Skip to content

Commit e575ab6

Browse files
committed
Use ~/.local/bin for local install in README (no sudo required)
1 parent d0130c1 commit e575ab6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ bun run dev -- --help
4646

4747
# Or build a standalone binary and install it
4848
bun run build:local
49-
cp dist/minimax /usr/local/bin/minimax
49+
mkdir -p ~/.local/bin
50+
cp dist/minimax ~/.local/bin/minimax
5051
minimax --help
5152
```
5253

0 commit comments

Comments
 (0)