diff options
| author | Petter Rasmussen | 2016-05-02 23:45:16 +0200 | 
|---|---|---|
| committer | Petter Rasmussen | 2016-05-02 23:45:16 +0200 | 
| commit | 5f321357d18b8f5b00674b8719fffcc8338a75cc (patch) | |
| tree | 0f8108b3a85e809cfbdfb04fb185fdf6532d7010 /README.md | |
| parent | 97981f7fd205353907135eacfc0e0ade24b88269 (diff) | |
| parent | e605f0cb100191bab13562221a50a873c97ed352 (diff) | |
| download | gdrive-5f321357d18b8f5b00674b8719fffcc8338a75cc.tar.bz2 | |
Merge pull request #148 from paulz/master
add Homebrew installation instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -11,6 +11,11 @@ If you want to compile from source you need the [go toolchain](http://golang.org  Version 1.5 or higher.  ## Installation +### With [Homebrew](http://brew.sh) on Mac +``` +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 | 
