Skip to content

Commit

Permalink
Info to download latest from Git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Odeke committed Jan 6, 2015
1 parent 9927360 commit c73f691
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ However, she no longer has the time to work on it so I am its new maintainer.

## Installation

go get github.com/odeke-em/drive/cmd/drive
$> go get -u -d github.com/odeke-em/drive/cmd/drive # To force the latest download of the latest code from the Github repo

$> go get github.com/odeke-em/drive/cmd/drive # To install the code locally checked out on your machine.


Use `drive help` for further reference.

Expand Down Expand Up @@ -142,12 +145,12 @@ if successful will create a directory logo\_exports which will look like:
`export PATH=$GOPATH:$GOPATH/bin:${PATH}`



**Installing drive, the program:**
=======

$> go get github.com/odeke-em/drive/cmd/drive # To install the code locally checked out on your machine.

$> go get github.com/odeke-em/drive/cmd/drive
$> go get -u -d github.com/odeke-em/drive/cmd/drive # To force the latest download of the latest code from the Github repo

Note: Running go install or go get github.com/odeke-em/drive will not create an executable.

Expand Down

0 comments on commit c73f691

Please sign in to comment.