Skip to content

Commit

Permalink
feat: install Yazi from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 22, 2023
1 parent 88ae1b0 commit c3c2be5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,21 @@ pkgin install yazi

See [Windows Installation Guide](https://github.com/sxyazi/yazi/wiki/Windows-Installation-Guide).

## Cargo

```bash
cargo install --locked yazi-fm
```

## Build from source

Execute the following commands to clone the project and build Yazi:
Install the latest stable Rust toolchain:

```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Clone the repository and build Yazi:

```bash
git clone https://github.com/sxyazi/yazi.git
Expand Down

0 comments on commit c3c2be5

Please sign in to comment.