README Homebrew installation script fix (#1222)

make homebrew installation instructions work on darwin-arm64 and linux
pull/1224/head
Jaehee Hong 4 years ago committed by GitHub
parent 68abcc86d4
commit 7b0698debf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -421,7 +421,7 @@ supported by Powerlevel10k.
```zsh
brew install romkatv/powerlevel10k/powerlevel10k
echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
```
### Arch Linux

Loading…
Cancel
Save