Skip to content

Commit

Permalink
docs: add note about make and gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 23, 2023
1 parent 0c5835a commit 860e24e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Or install the latest git version:
cargo install --locked --git https://github.com/sxyazi/yazi.git
```

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

## Build from source

Setup the latest stable Rust toolchain:
Expand All @@ -124,3 +126,5 @@ Then, you can run:
```bash
./target/release/yazi
```

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

0 comments on commit 860e24e

Please sign in to comment.