From d60e6625995a6e1bfcdfeb3d047c2c18e913e5b3 Mon Sep 17 00:00:00 2001 From: Chetan Vardhan <51269425+VarLad@users.noreply.github.com> Date: Tue, 14 Dec 2021 03:25:44 +0530 Subject: [PATCH] docs(packaging): fedora COPR --- THIRD_PARTY_INSTALL.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/THIRD_PARTY_INSTALL.md b/THIRD_PARTY_INSTALL.md index dd47cad8..4288a32e 100644 --- a/THIRD_PARTY_INSTALL.md +++ b/THIRD_PARTY_INSTALL.md @@ -3,6 +3,7 @@ * [Packages](#package) * [Arch Linux](#arch-linux) * [MacOS](#macos) + * [Fedora Linux](#fedora-linux) ## Packages @@ -23,6 +24,14 @@ Or install from AUR repository with [AUR Helper](https://wiki.archlinux.org/titl 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 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 -``` \ No newline at end of file +```