1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 02:00:25 +03:00

Update linux.md

This commit is contained in:
Julio Montoya 2024-03-16 11:15:02 +01:00 committed by Wez Furlong
parent 22424c3280
commit 889f8a9cd7

View File

@ -103,6 +103,12 @@ hide:
$ curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg
$ echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
```
Update your dependencies:
```console
$ sudo apt update
```
Now you can install wezterm: