From e3d6965c99b8b8a957735282e210c6a6d61dc68f Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 13 Dec 2022 19:13:11 +0100 Subject: [PATCH] docs(linux): add architecture context resolves #3195 --- website/docs/installation/linux.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/installation/linux.mdx b/website/docs/installation/linux.mdx index 191df697..f8716229 100644 --- a/website/docs/installation/linux.mdx +++ b/website/docs/installation/linux.mdx @@ -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-` 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