Skip to content

Commit

Permalink
Add Flathub as third party repository (helix-editor#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Else authored and Triton171 committed Jun 18, 2023
1 parent f877a55 commit 4cf9515
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Fedora/RHEL](#fedorarhel)
- [Arch Linux community](#arch-linux-community)
- [NixOS](#nixos)
- [Flatpak](#flatpak)
- [AppImage](#appimage)
- [macOS](#macos)
- [Homebrew Core](#homebrew-core)
Expand All @@ -18,6 +19,9 @@
- [MSYS2](#msys2)
- [Building from source](#building-from-source)
- [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)
- [Configure the desktop shortcut](#configure-the-desktop-shortcut)
<!--toc:end-->
Expand Down Expand Up @@ -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
`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

Install Helix using the Linux [AppImage](https://appimage.org/) format.
Expand Down

0 comments on commit 4cf9515

Please sign in to comment.