docs(brew): update install location

brew installs to /opt/homebrew on Apple silicon.
This commit is contained in:
André Srinivasan 2022-03-07 12:55:09 -08:00 committed by Jan De Dobbeleer
parent 0d366149b9
commit 01d5a483ef
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -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