We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2083a41 commit 762c6caCopy full SHA for 762c6ca
1 file changed
README.md
@@ -6,6 +6,18 @@
6
It mirrors the convenience of `npx` for the Cargo ecosystem while prioritising
7
`cargo-binstall` to download prebuilt executables whenever possible.
8
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
21
## Features
22
23
- Executes `crate[@version]` binaries, installing them on demand.
0 commit comments