Last active
July 27, 2022 23:56
-
-
Save jaymcgavren/bb85914950578edabad190c3bf670d90 to your computer and use it in GitHub Desktop.
Install Homebrew to your home directory. Great for running Homebrew as a guest user on a Mac.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/Homebrew/brew.git | |
export PATH=${HOME}/brew/bin:${PATH} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
probably a silly question, but is this still valid for OS Sierra?
Thanks!