From 4a289fe23862a27428554f1c43e9b79b72ad257b Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Fri, 22 Oct 2021 21:03:14 +0200 Subject: [PATCH] Updated README to mention the .deb package --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index b567c53..227ccea 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,24 @@ A Flutter frontend for [quickget](https://github.com/wimpysworld/quickemu). ## Install +### Standard package + +On Ubuntu, `quickgui` can be installed as a standard package. + +First, add this ppa (this only needs to be done once) : + +``` +sudo add-apt-repository ppa:yannick-mauray/quickgui +sudo apt update +``` + +Then, install the pacakge : +``` +sudo apt install quickgui +``` + +### Pre-compiled binary + * [Download](https://github.com/ymauray/quickgui/releases/) the binary. * Uncompress the tarball wherever you want. * From anywhere on the filesystem, run the app.