Skip to content

Commit

Permalink
Update linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa authored and wez committed Mar 16, 2024
1 parent 22424c3 commit 889f8a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 889f8a9

Please sign in to comment.