|
|
@ -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)
|
|
|
|
|
|
|
|
- [Flatpak](#flatpak)
|
|
|
|
- [AppImage](#appimage)
|
|
|
|
- [AppImage](#appimage)
|
|
|
|
- [macOS](#macos)
|
|
|
|
- [macOS](#macos)
|
|
|
|
- [Homebrew Core](#homebrew-core)
|
|
|
|
- [Homebrew Core](#homebrew-core)
|
|
|
@ -18,6 +19,9 @@
|
|
|
|
- [MSYS2](#msys2)
|
|
|
|
- [MSYS2](#msys2)
|
|
|
|
- [Building from source](#building-from-source)
|
|
|
|
- [Building from source](#building-from-source)
|
|
|
|
- [Configuring Helix's runtime files](#configuring-helixs-runtime-files)
|
|
|
|
- [Configuring Helix's runtime files](#configuring-helixs-runtime-files)
|
|
|
|
|
|
|
|
- [Linux and macOS](#linux-and-macos)
|
|
|
|
|
|
|
|
- [Windows](#windows)
|
|
|
|
|
|
|
|
- [Multiple runtime directories](#multiple-runtime-directories)
|
|
|
|
- [Validating the installation](#validating-the-installation)
|
|
|
|
- [Validating the installation](#validating-the-installation)
|
|
|
|
- [Configure the desktop shortcut](#configure-the-desktop-shortcut)
|
|
|
|
- [Configure the desktop shortcut](#configure-the-desktop-shortcut)
|
|
|
|
<!--toc:end-->
|
|
|
|
<!--toc:end-->
|
|
|
@ -88,6 +92,15 @@ 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Flatpak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Helix is available on [Flathub](https://flathub.org/en-GB/apps/com.helix_editor.Helix):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
|
|
|
flatpak install flathub com.helix_editor.Helix
|
|
|
|
|
|
|
|
flatpak run com.helix_editor.Helix
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### AppImage
|
|
|
|
### AppImage
|
|
|
|
|
|
|
|
|
|
|
|
Install Helix using the Linux [AppImage](https://appimage.org/) format.
|
|
|
|
Install Helix using the Linux [AppImage](https://appimage.org/) format.
|
|
|
|