Add instructions for Fedora Linux (#1270)

* Add instructions for Fedora Linux

* Update README.md

* Update install.md
This commit is contained in:
Chetan Vardhan 2021-12-17 20:16:32 +05:30 committed by GitHub
parent 5d91335d6b
commit 3ef115d420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```