Skip to content

Instantly share code, notes, and snippets.

@hfm
Created July 8, 2012 15:31
Show Gist options
  • Save hfm/3071356 to your computer and use it in GitHub Desktop.
Save hfm/3071356 to your computer and use it in GitHub Desktop.
Homebrewインストールの手順
$ vi .zshrc
+ export PATH=/usr/local/bin:/usr/local/sbin:$PATH
$ source .zshrc
$ echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/bin:...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment