diff --git a/Compiling-qbittorrent-nox-for-CentOS-from-source.md b/Compiling-qbittorrent-nox-for-CentOS-from-source.md index ca3d8bd..e03afa1 100644 --- a/Compiling-qbittorrent-nox-for-CentOS-from-source.md +++ b/Compiling-qbittorrent-nox-for-CentOS-from-source.md @@ -8,7 +8,7 @@ After stumbling for about 2 hours _(getting Qt5 to work)_ here is the how to bui Install Dependencies (make sure you have epel repo enabled) ``` -yum -y groupinstall 'Development Tools' +yum -y groupinstall "Development Tools" yum -y install qt-devel boost-devel openssl-devel qt5-qtbase-devel qt5-linguist ```