diff options
| author | Paul Zabelin | 2016-05-01 14:48:19 -0700 | 
|---|---|---|
| committer | Paul Zabelin | 2016-05-01 14:48:19 -0700 | 
| commit | 91e036d7b445a92e411cb89306977487e6cb514f (patch) | |
| tree | 81ad9d7d3bb4fe348e6f1f132d9fba30c3cc78d8 | |
| parent | 97981f7fd205353907135eacfc0e0ade24b88269 (diff) | |
| download | gdrive-91e036d7b445a92e411cb89306977487e6cb514f.tar.bz2 | |
add Homebrew installation instructions
| -rw-r--r-- | README.md | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -11,6 +11,12 @@ If you want to compile from source you need the [go toolchain](http://golang.org  Version 1.5 or higher.  ## Installation +### [Homebrew](http://brew.sh) on Mac +``` +brew tap paulz/gdrive +brew install gdrive +``` +### Other  Download `gdrive` from one of the links below. On unix systems  run `chmod +x gdrive` after download to make the binary executable.  The first time gdrive is launched (i.e. run `gdrive about` in your | 
