Skip to content

Commit

Permalink
docs: fix cargo install command (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa authored May 12, 2024
1 parent 7ddce81 commit a680d5b
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 @@ -223,7 +223,7 @@ cargo install --locked yazi-fm yazi-cli
Or install the latest git version:

```sh
cargo install --locked --git https://github.com/sxyazi/yazi.git
cargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli
```

If it fails to build, please check if `make` and `gcc` is installed on your system.
Expand Down

0 comments on commit a680d5b

Please sign in to comment.