summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Martin <evan.martin@gmail.com>2024-05-05 20:36:25 -0700
committerEvan Martin <evan.martin@gmail.com>2024-05-05 20:44:26 -0700
commit056985e0acd80b3404b509b1812ad7c3e0fe9a86 (patch)
tree317269e878c79939785652f42ae46e0569609435
parent15a580d2c17844859d35ed8d098f3ec32d1aa90b (diff)
downloadn2-upstream-main.tar.gz
use cargo install --lockedupstream-main
Apparently `cargo install` means "install using versions I've never tested", while `cargo install --locked` means "install using the versions I specified". Fixes #116.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96de9b5..fdf7d0c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ missing some features but is faster to build and has a better UI; see
## Install
```
-$ cargo install --git https://github.com/evmar/n2
+$ cargo install --locked --git https://github.com/evmar/n2
# (installs into ~/.cargo/bin/)
$ n2 -C some/build/dir some-target