mirror of https://github.com/helix-editor/helix
Add instructions for installing via AppImage (#6368)
parent
4bdeb9927b
commit
3da63fa481
|
@ -8,6 +8,7 @@
|
||||||
- [Fedora/RHEL](#fedorarhel)
|
- [Fedora/RHEL](#fedorarhel)
|
||||||
- [Arch Linux community](#arch-linux-community)
|
- [Arch Linux community](#arch-linux-community)
|
||||||
- [NixOS](#nixos)
|
- [NixOS](#nixos)
|
||||||
|
- [AppImage](#appimage)
|
||||||
- [macOS](#macos)
|
- [macOS](#macos)
|
||||||
- [Homebrew Core](#homebrew-core)
|
- [Homebrew Core](#homebrew-core)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
|
@ -88,6 +89,16 @@ If you are using a version of Nix without flakes enabled,
|
||||||
[install Cachix CLI](https://docs.cachix.org/installation) and use
|
[install Cachix CLI](https://docs.cachix.org/installation) and use
|
||||||
`cachix use helix` to configure Nix to use cached outputs when possible.
|
`cachix use helix` to configure Nix to use cached outputs when possible.
|
||||||
|
|
||||||
|
### AppImage
|
||||||
|
|
||||||
|
Install Helix using [AppImage](https://appimage.org/).
|
||||||
|
Download Helix AppImage from the [latest releases](https://github.com/helix-editor/helix/releases/latest) page.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
chmod +x helix-*.AppImage # change permission for executable mode
|
||||||
|
./helix-*.AppImage # run helix
|
||||||
|
```
|
||||||
|
|
||||||
## macOS
|
## macOS
|
||||||
|
|
||||||
### Homebrew Core
|
### Homebrew Core
|
||||||
|
|
Loading…
Reference in New Issue