Update README.md

* dnf does not exist on CentOS 7.x / RHEL 7.x
This commit is contained in:
abraunegg 2018-07-04 08:00:14 +10:00 committed by GitHub
parent 83c28ba3b6
commit a6673c7bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,14 +27,14 @@ sudo apt install libsqlite3-dev
curl -fsS https://dlang.org/install.sh | bash -s dmd
```
### Dependencies: Fedora < Version 18 / CentOS 6.x / RHEL 6.x
### Dependencies: Fedora < Version 18 / CentOS / RHEL
```sh
sudo yum install libcurl-devel
sudo yum install sqlite-devel
curl -fsS https://dlang.org/install.sh | bash -s dmd
```
### Dependencies: Fedora > Version 18 / CentOS 7.x / RHEL 7.x
### Dependencies: Fedora > Version 18
```sh
sudo dnf install libcurl-devel
sudo dnf install sqlite-devel