From 2cd049081d6036a55d86426a2981931cbdb48a31 Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 23 Mar 2022 21:40:26 +0100 Subject: [PATCH] Update README.md Fixes #127 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42897d9..5549bf3 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ rga should compile with stable Rust (v1.36.0+, check with `rustc --version`). To ``` ~$ apt install build-essential pandoc poppler-utils ffmpeg ripgrep cargo - ~$ cargo install ripgrep_all + ~$ cargo install --locked ripgrep_all ~$ rga --version # this should work now ```