Skip to content

Commit

Permalink
fix typo in installation example
Browse files Browse the repository at this point in the history
The installation example mentions the Ubuntu 20 package, while the provided example is for the Ubuntu 22 package
  • Loading branch information
vo1dwoken authored Jan 28, 2024
1 parent 3a66f67 commit b32f78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b32f78e

Please sign in to comment.