From 17de32a9bd541dfe7b52e7e71ba5de84bf37ac60 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 19 Aug 2021 10:36:25 +0200 Subject: [PATCH] doc: fix cargo install command --- templates/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/release.md b/templates/release.md index 55c7941..b801ec4 100644 --- a/templates/release.md +++ b/templates/release.md @@ -14,7 +14,7 @@ Download the binary for your OS from below: ## From source ``` -cargo install --git https://github.com/chevdor/srtool-cli +cargo install --locked --git https://github.com/chevdor/srtool-cli --tag {{ VERSION }} ``` ## Linux