Skip to content

Commit

Permalink
Update README.md: reference to AppImageLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Nov 18, 2023
1 parent 2dc2f36 commit a11e63c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,22 @@ 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:
```
Usage: open_url <file.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:

Expand Down

0 comments on commit a11e63c

Please sign in to comment.