Add installation instructions for Fedora

This commit is contained in:
Igor Gnatenko 2019-07-21 11:01:05 +02:00 committed by David Peter
parent 0ee0e20113
commit f291a1dfa3

View File

@ -97,6 +97,14 @@ wget https://github.com/sharkdp/hyperfine/releases/download/v1.6.0/hyperfine_1.6
sudo dpkg -i hyperfine_1.6.0_amd64.deb
```
### On Fedora
On Fedora, hyperfine can be installed from the official repositories:
```sh
dnf install hyperfine
```
### On Alpine Linux
On Alpine Linux, hyperfine can be installed [from the official repositories](https://pkgs.alpinelinux.org/packages?name=hyperfine):