summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChetan Vardhan <51269425+VarLad@users.noreply.github.com>2021-12-14 03:25:44 +0530
committerGitHub <noreply@github.com>2021-12-13 22:55:44 +0100
commitd60e6625995a6e1bfcdfeb3d047c2c18e913e5b3 (patch)
treeaddbefa5a145c467c818146af8cd4c7906ca2b43
parent5f1f190a85a10f6f831a4501362f9db3018409b2 (diff)
docs(packaging): fedora COPR
-rw-r--r--THIRD_PARTY_INSTALL.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/THIRD_PARTY_INSTALL.md b/THIRD_PARTY_INSTALL.md
index dd47cad81..4288a32e8 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
+```