aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-10-27 18:05:19 +0000
committerGitHub <noreply@github.com>2021-10-27 18:05:19 +0000
commit5e016e062a8061c039c458eade8d5398daad1c83 (patch)
tree9c4c2e59f3367b3d34922a98e8765f0220bb491b
parent(cargo-release) version 0.18.0 (diff)
downloadminiserve-5e016e062a8061c039c458eade8d5398daad1c83.tar.gz
miniserve-5e016e062a8061c039c458eade8d5398daad1c83.zip
Add --locked to install instructions
This makes sure that users always get the same binary.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb890b3..17b5f11 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ Alternatively install with [Homebrew](https://brew.sh/).
**With Cargo**: Make sure you have a recent version of Rust. Then you can run
- cargo install miniserve
+ cargo install --locked miniserve
miniserve
**With Docker:** If you prefer using Docker for this, run