suggest `*.desktop` for AppImage (#10823)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
pull/11066/merge
Ricardo Fernández Serrata 20 hours ago committed by GitHub
parent 843c058f0b
commit 7ee66c0658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -101,7 +101,15 @@ Download the official Helix AppImage from the [latest releases](https://github.c
chmod +x helix-*.AppImage # change permission for executable mode
./helix-*.AppImage # run helix
```
You can optionally [add the `.desktop` file](./building-from-source.md#configure-the-desktop-shortcut). Helix must be installed in `PATH` with the name `hx`. For example:
```sh
mkdir -p "$HOME/.local/bin"
mv helix-*.AppImage "$HOME/.local/bin/hx"
```
and make sure `~/.local/bin` is in your `PATH`.
## macOS
### Homebrew Core

Loading…
Cancel
Save