Red Hat and Fedora now use dnf instead of yum

This commit is contained in:
Daniel Kroening 2018-08-17 08:58:08 +01:00
parent c1ef758e5f
commit ad1b1d8ff9
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ require manual modification of build files.
```
- On Red Hat/Fedora or derivates, do
```
yum install cmake
dnf install cmake
```
- On macOS, do
```