Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/package-managers.md')
| -rw-r--r-- | book/src/package-managers.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/book/src/package-managers.md b/book/src/package-managers.md index c235d2e0..a08baccd 100644 --- a/book/src/package-managers.md +++ b/book/src/package-managers.md @@ -1,7 +1,7 @@ ## Package managers - [Linux](#linux) - - [Ubuntu/Debian](#ubuntudebian) + - [Ubuntu](#ubuntu) - [Fedora/RHEL](#fedorarhel) - [Arch Linux extra](#arch-linux-extra) - [NixOS](#nixos) @@ -23,12 +23,15 @@ The following third party repositories are available: -### Ubuntu/Debian +### Ubuntu -Install the Debian package [from the release page](https://github.com/helix-editor/helix/releases/latest). +Add the `PPA` for Helix: -If you are running a system older than Ubuntu 22.04, Mint 21, or Debian 12, you can build the `.deb` file locally -[from source](./building-from-source.md#building-the-debian-package). +```sh +sudo add-apt-repository ppa:maveonair/helix-editor +sudo apt update +sudo apt install helix +``` ### Fedora/RHEL @@ -118,7 +121,7 @@ brew install helix ### MacPorts ```sh -sudo port install helix +port install helix ``` ## Windows |