mirror of https://github.com/helix-editor/helix
Add instructions for Fedora Linux (#1270)
* Add instructions for Fedora Linux * Update README.md * Update install.mdpull/1286/head
parent
5d91335d6b
commit
3ef115d420
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue