Skip to content

Commit b4f092d

Browse files
authored
Readme: Mention new AUR packages
1 parent b206169 commit b4f092d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ Also planned, even though it's not part of 1.0.24 spec:
198198

199199
## Installation
200200

201-
**[Download the latest binary from the release section](https://github.com/phil294/AHK_X11/releases)** (the file called `ahk_x11.AppImage`). Make the downloaded file executable ([how?](https://askubuntu.com/a/484719/378854)) and you should be good to go: Just double click it *or* run it in the console without arguments (**without** sudo).
201+
**[Download the latest binary from the release section](https://github.com/phil294/AHK_X11/releases)** (the file called `ahk_x11.AppImage`). Make the downloaded file executable ([how?](https://askubuntu.com/a/484719/378854)) and you should be good to go: Just double click it *or* run it in the console without arguments (**without** sudo). If this doesn't work, you might have to also install FUSE for now: `sudo apt-get install libfuse2`
202202

203-
If this doesn't work, you might have to also install FUSE for now: `sudo apt-get install libfuse2`
203+
<details><summary>Alternative for Arch Linux users: AUR package</summary>There's an <a href="https://aur.archlinux.org/packages/ahk_x11">ahk_x11</a> and an <a href="https://aur.archlinux.org/packages/ahk_x11-git">ahk_x11-git</a> package available, kindly maintained by Freso. Note: With these packages, contrary to the AppImage one, if you use the script compilation feature, the resulting binaries will *not* be portable across different Linux distributions! Alternatively, you can also build the AppImage from source if you have Docker installed (see "Build from source" below)</details>
204204

205205
Prerequisites:
206206
- X11 is the only dependency. You most likely have them already. Wayland support would be cool too some day.

0 commit comments

Comments
 (0)