From a11e63cff32b7eb53c2405fa0f186c6ec5a746da Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 18 Nov 2023 20:10:27 +0100 Subject: [PATCH] Update README.md: reference to AppImageLauncher --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d64e746..85dd19e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ give it execution permissions and rename it to `open_url`. mv Open_URL-x86_64.AppImage ~/.local/bin/open_url chmod +x open_url ``` +To build the AppImage version yourself, just run: +```sh +make AppImage +``` # How to run From the command line: @@ -44,7 +48,11 @@ From the command line: Usage: open_url ``` -If you want to open the URL files from the graphical file manager, put +If you want to open the URL files from the graphical file manager, you have to integrate +`open_url` in your desktop environment. One way is to use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) +to integrate the AppImage version. + +Alternatively, you can perform the integration manually: put `open_url` in the `PATH` for programs and the `open_url.desktop` file in one of the standard location for desktop files. For example: