diff options
author | Chetan Vardhan | 2021-12-17 14:46:32 +0000 |
---|---|---|
committer | GitHub | 2021-12-17 14:46:32 +0000 |
commit | 3ef115d4203fab93f7efe4f65d8dd63cc4535b91 (patch) | |
tree | 660331f54e5578f4d10bff5d913240a1ef03f808 | |
parent | 5d91335d6b3e7c262d568217f2d1419b6eb9f49d (diff) |
Add instructions for Fedora Linux (#1270)
* Add instructions for Fedora Linux
* Update README.md
* Update install.md
-rw-r--r-- | book/src/install.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/book/src/install.md b/book/src/install.md index d831934c..1a5a9daa 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -27,6 +27,15 @@ Releases are available in the `community` repository. A [helix-git](https://aur.archlinux.org/packages/helix-git/) package is also available on the AUR, which builds the master branch. +### Fedora Linux + +You can install the COPR package for Helix via + +``` +sudo dnf copr enable varlad/helix +sudo dnf install helix +``` + ## Build from source ``` |