Skip to content

Commit 762c6ca

Browse files
committed
README tweaks
1 parent 2083a41 commit 762c6ca

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
It mirrors the convenience of `npx` for the Cargo ecosystem while prioritising
77
`cargo-binstall` to download prebuilt executables whenever possible.
88

9+
## Installation
10+
11+
We recommend installing cargo-binstall as well, this significantly speeds up
12+
use of `cargox`:
13+
14+
```sh
15+
cargo install cargo-binstall
16+
cargo binstall cargox-cli
17+
```
18+
19+
If you don’t want that then you can just `cargo install cargox-cli`.
20+
921
## Features
1022

1123
- Executes `crate[@version]` binaries, installing them on demand.

0 commit comments

Comments
 (0)