docs(packaging): fedora COPR

This commit is contained in:
Chetan Vardhan 2021-12-14 03:25:44 +05:30 committed by GitHub
parent 5f1f190a85
commit d60e662599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
* [Packages](#package) * [Packages](#package)
* [Arch Linux](#arch-linux) * [Arch Linux](#arch-linux)
* [MacOS](#macos) * [MacOS](#macos)
* [Fedora Linux](#fedora-linux)
## Packages ## Packages
@ -23,6 +24,14 @@ Or install from AUR repository with [AUR Helper](https://wiki.archlinux.org/titl
paru -S zellij-git paru -S zellij-git
``` ```
### Fedora Linux
You can install the `zellij` package from the [COPR](https://copr.fedorainfracloud.org/coprs/varlad/zellij/)
```
sudo dnf copr enable varlad/zellij
sudo dnf install zellij
```
### MacOS ### MacOS
You can install `zellij` with [Homebrew on MacOS](https://formulae.brew.sh/formula/zellij): You can install `zellij` with [Homebrew on MacOS](https://formulae.brew.sh/formula/zellij):
@ -34,4 +43,4 @@ Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):
``` ```
port install zellij port install zellij
``` ```