mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
suggest *.desktop
for AppImage (#10823)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
843c058f0b
commit
7ee66c0658
@ -101,7 +101,15 @@ ### AppImage
|
|||||||
chmod +x helix-*.AppImage # change permission for executable mode
|
chmod +x helix-*.AppImage # change permission for executable mode
|
||||||
./helix-*.AppImage # run helix
|
./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
|
## macOS
|
||||||
|
|
||||||
### Homebrew Core
|
### Homebrew Core
|
||||||
|
Loading…
Reference in New Issue
Block a user