cquillet / corrections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corrections

rm -rf $HOME/.brew && git clone --depth=1 https://github.com/Homebrew/brew $HOME/.brew && export PATH=$HOME/.brew/bin:$PATH && brew update && echo "export PATH=$HOME/.brew/bin:$PATH" >> ~/.zshrc

brew update && brew install valgrind && alias valgrind="~/.brew/bin/valgrind"

About