Skip to content

Commit

Permalink
docs: show how to use new apt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jan 11, 2024
1 parent 9d1028a commit 90d8fea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90d8fea

Please sign in to comment.