docs(homebrew): correct path of themes

This commit is contained in:
L. Yeung 2022-04-18 10:55:46 +08:00 committed by Jan De Dobbeleer
parent 6c36e9adf3
commit 9ab318d4e0

View file

@ -1,7 +1,6 @@
A [Homebrew][brew] formula is available for easy installation. When installing Homebrew for Linux, be sure to follow *[Next steps][nextsteps]* instructions to add Homebrew to your PATH and to your bash shell profile script.
```bash
brew tap jandedobbeleer/oh-my-posh
brew install jandedobbeleer/oh-my-posh/oh-my-posh
```
@ -10,7 +9,7 @@ This installs two things:
- `oh-my-posh` - Executable, added to `$(brew --prefix)/bin`
- `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