aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehee Hong <jaeheehong1597@gmail.com>2021-01-14 17:51:52 +0300
committerGitHub <noreply@github.com>2021-01-14 17:51:52 +0300
commit7b0698debf56c80f4e805164537c6401cb88ab2e (patch)
tree2baf68b97df934871eba609659167a117ed0ac4d
parent68abcc86d48e0c5a111fe14043a8b3a66744a068 (diff)
README Homebrew installation script fix (#1222)
make homebrew installation instructions work on darwin-arm64 and linux
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fab9fe9..92bacb26 100644
--- a/README.md
+++ b/README.md
@@ -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