diff --git a/README.md b/README.md index 0a32a443..0df8b6a0 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ The compilation requires Qt version 5.3 or higher and GCC 4.9.2 or higher. ### Debian Compilation Dependencies: ```` -apt install -y git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools +apt install git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools ```` Compilation: run `qmake && make` in the main directory. @@ -127,7 +127,7 @@ Compilation: run `qmake && make` in the main directory. ### Fedora Compilation Dependencies: ```` -dnf install -y qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist +dnf install qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist ```` Compilation: run `qmake-qt5 && make` in the main directory.