docs(readme): Add Fedora installation instructions

README: Add Fedora installation instructions
This commit is contained in:
Aram Drevekenin
2020-06-18 12:07:35 +02:00
committed by GitHub

View File

@@ -15,6 +15,13 @@ If you're using linux, you can check out the "releases" of this repository to do
### With cargo
`cargo install diskonaut`
### Fedora/CentOS
Available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/diskonaut/):
```
sudo dnf copr enable atim/diskonaut -y
sudo dnf install diskonaut
```
## Supported platforms
Right now `diskonaut` supports linux and macos. If you're on a different operating system and would like to help port it, that would be amazing!