Skip to content

Commit

Permalink
Better installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoheiu committed Dec 1, 2022
1 parent afdac33 commit 6183b61
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,38 @@ _For Windows users: From v1.3.0, it can be at least compiled on Windows (see `.g

## Installation

_Make sure that `gcc` is installed._
### Prerequisites

MSRV(Minimum Supported rustc Version): **1.60.0**
- Make sure that `gcc` is installed.
- MSRV(Minimum Supported rustc Version): **1.60.0**

Update Rust if rustc < 1.60:

```
rustup update
```

From crates.io:
### From crates.io

```
cargo install felix
```

From AUR:
### From AUR

```
yay -S felix-rs
```

On NetBSD, package is available from the official repositories:
### NetBSD

available from the official repositories:

```
pkgin install felix
```

From this repository:
### From this repository

```
git clone https://github.com/kyoheiu/felix.git
Expand Down

0 comments on commit 6183b61

Please sign in to comment.