README: Add Fedora installation instructions

This commit is contained in:
Artem Polishchuk
2020-06-17 21:42:36 +03:00
committed by GitHub
parent f19a4f5a1d
commit 7462ac2ad4

View File

@@ -15,6 +15,15 @@ If you're using linux, you can check out the "releases" of this repository to do
### With cargo
`cargo install diskonaut`
### Packaging status
#### Fedora/CentOS
Available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/diskonaut/):
```
sudo dnf copr enable atim/diskonaut -y
sudo dnf copr 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!