Skip to content

Commit

Permalink
README Homebrew installation script fix (#1222)
Browse files Browse the repository at this point in the history
make homebrew installation instructions work on darwin-arm64 and linux
  • Loading branch information
vegadodo authored Jan 14, 2021
1 parent 68abcc8 commit 7b0698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b0698d

Please sign in to comment.