From 668ee145b06058956f0f4c777ceb3ce7fd14f173 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 28 Feb 2022 20:32:41 +0100 Subject: docs(readme): move install docs to docs (#1150) --- docs/THIRD_PARTY_INSTALL.md | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/THIRD_PARTY_INSTALL.md (limited to 'docs') 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 +``` -- cgit v1.2.3