1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

docs: show how to use new apt repo

This commit is contained in:
Wez Furlong 2024-01-10 17:07:38 -07:00
parent 9d1028a654
commit 90d8feaf6d
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -79,6 +79,22 @@ $ ~/bin/wezterm
* Configuration instructions can be [found here](../config/files.md)
## Installing on Ubuntu
Nightly builds are now available in a hosted APT repo. You can configure your system to
use that APT repo by following these steps:
```console
$ curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg
$ echo 'deb [arch=all signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
```
Now you can install wezterm:
```console
$ sudo apt install wezterm-nightly
```
## Installing on Ubuntu and Debian-based Systems
The CI system builds `.deb` files for a variety of Ubuntu and Debian distributions.