Unnamed repository; edit this file 'description' to name the repository.
Add instructions for Fedora Linux (#1270)
* Add instructions for Fedora Linux * Update README.md * Update install.md
Chetan Vardhan 2021-12-17
parent 5d91335 · commit 3ef115d
-rw-r--r--book/src/install.md9
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
```