Fix formatting

This commit is contained in:
Owen Schwartz 2025-01-05 16:12:05 -05:00
parent ba3ca07230
commit 8e44414f4e
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -13,7 +13,7 @@
Installer binaries for Linux can be found in the [Github releases](https://github.com/fosrl/pangolin/releases) for ARM and AMD64 (x86_64).
For example, on `amd64` download the installer with either wget or curl and make it executable::
For example, on `amd64` download the installer with either wget or curl and make it executable:
```bash
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.1/installer_linux_amd64" && chmod +x ./installer