diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-27 18:05:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 18:05:19 +0000 |
commit | 5e016e062a8061c039c458eade8d5398daad1c83 (patch) | |
tree | 9c4c2e59f3367b3d34922a98e8765f0220bb491b /README.md | |
parent | (cargo-release) version 0.18.0 (diff) | |
download | miniserve-5e016e062a8061c039c458eade8d5398daad1c83.tar.gz miniserve-5e016e062a8061c039c458eade8d5398daad1c83.zip |
Add --locked to install instructions
This makes sure that users always get the same binary.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |