From 25eaa728617e51f7db92b1a0460e1be22d3afdf8 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 7 Jun 2020 14:45:45 -0700 Subject: [PATCH] docs: add brew and AUR closes: https://github.com/wez/wezterm/issues/208 closes: https://github.com/wez/wezterm/issues/209 --- docs/install/linux.markdown | 11 ++++++++++- docs/install/macos.markdown | 8 ++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/install/linux.markdown b/docs/install/linux.markdown index 37d1bbf38..6f651fd15 100644 --- a/docs/install/linux.markdown +++ b/docs/install/linux.markdown @@ -2,7 +2,8 @@ WezTerm is available in [AppImage](https://appimage.org/) format; a self-contained single file that doesn't require installation or -any special privileges to run. +any special privileges to run, and that is compatible with a wide +range of Linux distributions. Download and make the file executable and you're ready to run! @@ -83,6 +84,14 @@ sudo dnf install -y {{ fedora31_rpm_stable }} * The package installs `/usr/bin/wezterm` and `/usr/share/applications/org.wezfurlong.wezterm.desktop` * Configuration instructions can be [found here](../config/files.html) +## Arch Linux + +WezTerm is available for Arch users in the AUR; there are three options: + +|Released Binaries || +|Nightly Binaries || +|Build from source || + ## Raw Linux Binary Another option for linux is a raw binary archive. These are the same binaries that diff --git a/docs/install/macos.markdown b/docs/install/macos.markdown index eaffee77b..f3e085808 100644 --- a/docs/install/macos.markdown +++ b/docs/install/macos.markdown @@ -12,4 +12,12 @@ versions of macOS, but that has not been tested. 3. Subsequently, a simple double-click will launch the UI 4. Configuration instructions can be [found here](../config/files.html) +## Homebrew + +WezTerm is available for [brew](https://brew.sh/) users in a tap: + +```bash +$ brew tap wez/wezterm +$ brew install wezterm +```