From 5e016e062a8061c039c458eade8d5398daad1c83 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 27 Oct 2021 20:05:19 +0200 Subject: Add --locked to install instructions This makes sure that users always get the same binary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3