From 90f106509ee8afbed6a40d4b8cb2a455dc013e0a Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Sat, 23 Dec 2023 07:08:47 -0300 Subject: [PATCH] README.md: updating the AppImage installation section --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 574e2dae..abbabaa6 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,14 @@ Key features - `qt5dxcb-plugin` (or equivalent): the package name may vary from distribution ##### Steps -- Download the .AppImage file attached with the latest release from https://github.com/vinifmor/bauh/releases. -- Run the following command through a terminal: `chmod a+x bauh-${version}-x86_64.AppImage` (replace `${version}` by the respective downloaded version) -- Launch it: `./bauh-${version}-x86_64.AppImage` +- Download the .AppImage file attached with the latest release from https://github.com/vinifmor/bauh/releases +- Generally desktop environment allow you to double-click the downloaded file to execute it. If that's not your case, follow the steps below from a console: + - `chmod a+x bauh-${version}-x86_64.AppImage` (replace `${version}` by the respective downloaded version) + - `./bauh-${version}-x86_64.AppImage` +- If you want to integrate bauh to your desktop: click on bauh's settings menu ("sandwich") and then `Install bauh` + +[appim_self.png](https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.10.0/appim_self.png) + #### Ubuntu 20.04 based distros (Linux Mint, PopOS, ...)