README Homebrew installation script fix (#1222)

make homebrew installation instructions work on darwin-arm64 and linux
This commit is contained in:
Jaehee Hong 2021-01-14 23:51:52 +09:00 committed by GitHub
parent 68abcc86d4
commit 7b0698debf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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