From 01d5a483efc066da804ce2a1f10f0bdfaf158f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Srinivasan?= Date: Mon, 7 Mar 2022 12:55:09 -0800 Subject: [PATCH] docs(brew): update install location brew installs to /opt/homebrew on Apple silicon. --- docs/docs/install-homebrew.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/install-homebrew.mdx b/docs/docs/install-homebrew.mdx index 2c619ccd..f36b8e36 100644 --- a/docs/docs/install-homebrew.mdx +++ b/docs/docs/install-homebrew.mdx @@ -7,10 +7,10 @@ brew install oh-my-posh This installs two things: -- `oh-my-posh` - Executable, added to `/usr/local/bin` +- `oh-my-posh` - Executable, added to `$(brew --prefix)` - `themes` - The latest Oh My Posh [themes][themes] -If you want to use a standard theme, you can find them in `$(brew --prefix oh-my-posh)/themes`, referencing them as such +If you want to use a standard theme, you can find them in `$(brew --prefix)/oh-my-posh/themes`, referencing them as such will always keep them compatible when updating Oh My Posh. ## Update