docs(linux): add architecture context

resolves #3195
This commit is contained in:
Jan De Dobbeleer 2022-12-13 19:13:11 +01:00 committed by Jan De Dobbeleer
parent 1ceb6dc3a9
commit e3d6965c99

View file

@ -41,6 +41,12 @@ in case it doesn't work).
**Download Oh My Posh**
:::caution
The below commands assume the processor architecture is `amd64` while we have support for `arm` and `arm64` as well.
Make sure you validate your architecture and adjust `posh-linux-<ARCH>` accordingly. If you don't know your
processor architecture, you can display it using `uname -m`.
:::
```bash
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh