mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
docs: add brew and AUR
closes: https://github.com/wez/wezterm/issues/208 closes: https://github.com/wez/wezterm/issues/209
This commit is contained in:
parent
4d6aae26e4
commit
25eaa72861
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
WezTerm is available in [AppImage](https://appimage.org/) format; a
|
WezTerm is available in [AppImage](https://appimage.org/) format; a
|
||||||
self-contained single file that doesn't require installation or
|
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!
|
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`
|
* The package installs `/usr/bin/wezterm` and `/usr/share/applications/org.wezfurlong.wezterm.desktop`
|
||||||
* Configuration instructions can be [found here](../config/files.html)
|
* 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 |<https://aur.archlinux.org/packages/wezterm-bin/>|
|
||||||
|
|Nightly Binaries |<https://aur.archlinux.org/packages/wezterm-nightly-bin/>|
|
||||||
|
|Build from source |<https://aur.archlinux.org/packages/wezterm-git/>|
|
||||||
|
|
||||||
## Raw Linux Binary
|
## Raw Linux Binary
|
||||||
|
|
||||||
Another option for linux is a raw binary archive. These are the same binaries that
|
Another option for linux is a raw binary archive. These are the same binaries that
|
||||||
|
@ -12,4 +12,12 @@ versions of macOS, but that has not been tested.
|
|||||||
3. Subsequently, a simple double-click will launch the UI
|
3. Subsequently, a simple double-click will launch the UI
|
||||||
4. Configuration instructions can be [found here](../config/files.html)
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user