From 794c146c498618b24c62c596c3d225ce0e30ee66 Mon Sep 17 00:00:00 2001 From: Bas Joe <33037875+basjoe@users.noreply.github.com> Date: Mon, 23 Oct 2017 20:42:34 +0200 Subject: [PATCH] Changed 'apt-get' to 'apt' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b71a5eb..27134207 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,11 @@ Packaging for your favorite distribution would be a welcome contribution! - For Ubuntu 16.04 x86 - `sudo apt-get install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs` + `sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs` - For Ubuntu 16.04+ x64 - `sudo apt-get install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs qml-module-qt-labs-settings libqt5qml-graphicaleffects` + `sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs qml-module-qt-labs-settings libqt5qml-graphicaleffects` - For Linux Mint 18 "Sarah" - Cinnamon x64