Skip to content

Commit

Permalink
Update README installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Oct 29, 2023
1 parent ca760ca commit edf9a52
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ In many cases it's a good start to clone and once in the project directory, try
running

```shell
cargo install --path alloy
cargo install --path .
```

TODO: List dependency packages
### Dependency Installation - Fedora

Currently alloy requires the following installation:

```shell
sudo dnf install cmake fontconfig-devel
```

Alloy is not currently distributed officially on crates.io or through GitHub
releases (for Mac and Windows) and Flathub (for Linux), but will be in the
Expand Down

0 comments on commit edf9a52

Please sign in to comment.