From 42dc9ccb28295df43df1f501c5f31d30514ed745 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 16 Aug 2024 16:51:47 +0800 Subject: [PATCH] docs: add `--locked` flag to `cargo build` command --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 92d378ba..effdf325 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -315,7 +315,7 @@ Clone the repository and build Yazi: ```sh git clone https://github.com/sxyazi/yazi.git cd yazi -cargo build --release +cargo build --release --locked ``` Then, you can run: