From 025bb560bc2495f7357910681db80333094e51eb Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Tue, 22 Jan 2019 21:49:21 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0aae2f3..3b6d838 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ This terminal emulator works under Linux and macOS and requires Qt 5.2 or higher ## Install Walk the easy way and install cool-retro-term using one of these convenient packages: +Just grab the latest AppImage from the release page and make it executable and run it: + + wget https://github.com/Swordfish90/cool-retro-term/releases/download/1.1.1/Cool-Retro-Term-1.1.1-x86_64.AppImage + chmod a+x Cool-Retro-Term-1.1.1-x86_64.AppImage + ./Cool-Retro-Term-1.1.1-x86_64.AppImage + **Fedora** has the `cool-retro-term` in the offcial repositories. All you have to do is `sudo dnf install cool-retro-term`. Users of **openSUSE** can grab a package from [Open Build Service](http://software.opensuse.org/package/cool-retro-term).