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.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/book/src/package-managers.md b/book/src/package-managers.md
index c235d2e0..c3b1f4e7 100644
--- a/book/src/package-managers.md
+++ b/book/src/package-managers.md
@@ -2,6 +2,7 @@
- [Linux](#linux)
- [Ubuntu/Debian](#ubuntudebian)
+ - [Ubuntu (PPA)](#ubuntu-ppa)
- [Fedora/RHEL](#fedorarhel)
- [Arch Linux extra](#arch-linux-extra)
- [NixOS](#nixos)
@@ -25,11 +26,21 @@ The following third party repositories are available:
### Ubuntu/Debian
-Install the Debian package [from the release page](https://github.com/helix-editor/helix/releases/latest).
+Install the Debian package from the release page.
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).
+### Ubuntu (PPA)
+
+Add the `PPA` for Helix:
+
+```sh
+sudo add-apt-repository ppa:maveonair/helix-editor
+sudo apt update
+sudo apt install helix
+```
+
### Fedora/RHEL
```sh