diff options
| author | Bas Joe <33037875+basjoe@users.noreply.github.com> | 2017-10-23 20:42:34 +0200 |
|---|---|---|
| committer | Bas Joe <33037875+basjoe@users.noreply.github.com> | 2017-10-23 20:42:34 +0200 |
| commit | 794c146c498618b24c62c596c3d225ce0e30ee66 (patch) | |
| tree | b00ec93fcaa55584e425b724c766e3c1d2985f4e | |
| parent | e0d99cb1bbf4c4bd0c9797fba5043c82950496c1 (diff) | |
| download | monzero-gui-794c146c498618b24c62c596c3d225ce0e30ee66.tar.gz monzero-gui-794c146c498618b24c62c596c3d225ce0e30ee66.tar.xz monzero-gui-794c146c498618b24c62c596c3d225ce0e30ee66.zip | |
Changed 'apt-get' to 'apt'
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
