Skip to content

Commit 4c63be2

Browse files
authored
use cargo install --locked
Apparently `cargo install` means "install using versions I've never tested", while `cargo install --locked` means "install using the versions I specified". Fixes #116.
1 parent 15a580d commit 4c63be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ missing some features but is faster to build and has a better UI; see
1313
## Install
1414

1515
```
16-
$ cargo install --git https://github.com/evmar/n2
16+
$ cargo install --git --locked https://github.com/evmar/n2
1717
# (installs into ~/.cargo/bin/)
1818
1919
$ n2 -C some/build/dir some-target

0 commit comments

Comments
 (0)