This PR fixes brew install pure via additional documentation.
This is really a Homebrew bug, ZSH is a complicated dependency.
If a user uses system ZSH, it's not sufficient to install to Homebrew ZSH site-functions
If a user has installed Homebrew ZSH, the user is still not guaranteed to be using Homebrew ZSH (i.e. via chsh)
The user is never informed about this discrepancy
So essentially, Homebrew needs additional documentation or checks to ensure the user can use the installed functionality. I thought about opening an issue over at Homebrew, but wasn't sure where to put it and the disclaimers of getting banned kinda put me off...
This PR fixes
brew install pure
via additional documentation.This is really a Homebrew bug, ZSH is a complicated dependency.
chsh
)So essentially, Homebrew needs additional documentation or checks to ensure the user can use the installed functionality. I thought about opening an issue over at Homebrew, but wasn't sure where to put it and the disclaimers of getting banned kinda put me off...
Closes #621