From d1642dab30bd630b0cb5619239b1e22cf44ddb91 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 26 Sep 2022 18:08:01 +1000 Subject: [PATCH] Update INSTALL.md * Fix Fedora > Version 18 / CentOS 8.x / RHEL 8.x / RHEL 9.x instructions --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c2453447..e5895b66 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -143,7 +143,7 @@ sudo yum install libnotify-devel ### Dependencies: Fedora > Version 18 / CentOS 8.x / RHEL 8.x / RHEL 9.x ```text sudo dnf groupinstall 'Development Tools' -sudo dnf install libcurl-devel install sqlite-devel +sudo dnf install libcurl-devel sqlite-devel curl -fsS https://dlang.org/install.sh | bash -s dmd ``` For notifications the following is also necessary: