From 530d61d67e2e5f5d93837752fd86e0b0ed655b2a Mon Sep 17 00:00:00 2001 From: Amir Fo Date: Mon, 4 May 2020 20:58:13 +0430 Subject: [PATCH] Adding snap install method Adding snap install method which is supported in most of the distros and is easy! --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e9541e..d3a9a26 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,12 @@ Make sure to install these first. --- +**snapcraft (most of distros)** + + sudo snap install cool-retro-term --classic + +--- + **Debian Jessie and above** sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel