Last active
September 2, 2020 20:52
-
-
Save davidseek/9faccf2405fb01702e3d42026b32258a to your computer and use it in GitHub Desktop.
Brew on linux
This file contains hidden or 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
https://docs.brew.sh/Homebrew-on-Linux | |
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew | |
mkdir ~/.linuxbrew/bin | |
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin | |
eval $(~/.linuxbrew/bin/brew shellenv) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment