1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

fix typo in installation example

The installation example mentions the Ubuntu 20 package, while the provided example is for the Ubuntu 22 package
This commit is contained in:
Andrii 2024-01-28 21:56:28 +01:00 committed by Wez Furlong
parent 3a66f67fa0
commit 4156185c9e

View File

@ -112,7 +112,7 @@ you can try the AppImage download which should work on most Linux systems.
|Debian12 |[amd64]({{ debian12_deb_stable }}) |[arm64]({{ debian12_arm64_deb_stable }})|[amd64]({{ debian12_deb_nightly }})|[arm64]({{ debian12_arm64_deb_nightly }}) |
To download and install from the CLI, you can use something like this, which
shows how to install the Ubuntu 20 package:
shows how to install the Ubuntu 22 package:
```console
$ curl -LO {{ ubuntu22_deb_stable }}