Skip to content

Commit

Permalink
docs: add --locked flag to cargo build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Aug 16, 2024
1 parent ca91ecc commit 42dc9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 42dc9cc

Please sign in to comment.