aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorGautam Panchal2023-03-20 23:36:27 +0000
committerGitHub2023-03-20 23:36:27 +0000
commit3da63fa481711f1b3132eb162e089dcc972e931a (patch)
treeff567dd2f3fed0315707eb1b4557f99c1e0beda3 /book/src
parent4bdeb9927b5aa0fb71484faae8f3aa9c5ce67381 (diff)
Add instructions for installing via AppImage (#6368)
Diffstat (limited to 'book/src')
-rw-r--r--book/src/install.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/book/src/install.md b/book/src/install.md
index bd3f502b..a0e24de7 100644
--- a/book/src/install.md
+++ b/book/src/install.md
@@ -8,6 +8,7 @@
- [Fedora/RHEL](#fedorarhel)
- [Arch Linux community](#arch-linux-community)
- [NixOS](#nixos)
+ - [AppImage](#appimage)
- [macOS](#macos)
- [Homebrew Core](#homebrew-core)
- [Windows](#windows)
@@ -87,6 +88,16 @@ accepts the new settings on first use.
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.
+
+### 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