summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-02-28 20:32:41 +0100
committerGitHub <noreply@github.com>2022-02-28 20:32:41 +0100
commit668ee145b06058956f0f4c777ceb3ce7fd14f173 (patch)
tree2596d78e03ee4494cd4e3622653976abc191d477 /docs
parentfeadcbb42d303d951eb75cd7a9301ccfa99b6d4d (diff)
docs(readme): move install docs to docs (#1150)
Diffstat (limited to 'docs')
-rw-r--r--docs/THIRD_PARTY_INSTALL.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/THIRD_PARTY_INSTALL.md b/docs/THIRD_PARTY_INSTALL.md
new file mode 100644
index 000000000..4288a32e8
--- /dev/null
+++ b/docs/THIRD_PARTY_INSTALL.md
@@ -0,0 +1,46 @@
+# Third Party Install
+
+* [Packages](#package)
+ * [Arch Linux](#arch-linux)
+ * [MacOS](#macos)
+ * [Fedora Linux](#fedora-linux)
+
+## Packages
+
+ :warning: **These packages are not affiliated with the Zellij maintainers and are provided here for convenience.**
+
+[![Packaging status](https://repology.org/badge/vertical-allrepos/zellij.svg)](https://repology.org/project/zellij/versions)
+
+### Arch Linux
+You can install the `zellij` package from the [official community repository](https://archlinux.org/packages/community/x86_64/zellij/):
+
+```
+pacman -S zellij
+```
+
+Or install from AUR repository with [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers):
+
+```
+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):
+
+```
+brew install zellij
+```
+
+Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):
+
+```
+port install zellij
+```