From e524f23e8c622cf498fa5e3b32e313c839e92f97 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 2 Apr 2023 17:34:09 +0200 Subject: [PATCH] Installation.md: explain how to install on Linux (#949) --- instructions/Installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/instructions/Installation.md b/instructions/Installation.md index 903206e..37d9729 100644 --- a/instructions/Installation.md +++ b/instructions/Installation.md @@ -64,6 +64,19 @@ Ready-to-go executables for Linux, Windows and macOS are available [**here**](ht If the app does not run when clicking the launcher, run it through a terminal. You don't need to have any additional libraries for CLI Czkawka. +Install the GUI version on Linux: + +```shell +# download +curl --location https://github.com/qarmin/czkawka/releases/download/5.1.0/linux_czkawka_gui --output ~/.local/bin/linux_czkawka_gui +# mark as executable +chmod +x ~/.local/bin/linux_czkawka_gui +# run +linux_czkawka_gui +``` + +>**Note** This requires that the `$PATH` environment variable contains `~/.local/bin/`. + ### Nightly Builds Artifacts from each commit can be downloaded [**here**](https://github.com/qarmin/czkawka/actions)