Skip to content

Commit

Permalink
docs: add --locked flag to "installing-yazi-from-source" commands (#…
Browse files Browse the repository at this point in the history
…502)

The `--locked` flag tells Cargo to use the exact dependencies specified
in the Cargo.lock file, without attempting to update them.
  • Loading branch information
mikavilpas authored Oct 6, 2024
1 parent 0a3c852 commit d6a5f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/installing-yazi-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ to the project.
# in the yazi repository:

# Install `yazi`, the main application
cargo install --path yazi-fm
cargo install --path yazi-fm --locked

# Install `ya`, the command line interface that's internally used by yazi.nvim
cargo install --path yazi-cli
cargo install --path yazi-cli --locked
```

4. In case there are any issues, you can try these steps:
Expand Down

0 comments on commit d6a5f0e

Please sign in to comment.