minor #5 Update README.md (inalgnu)

This PR was merged into the master branch.

Discussion
----------

Update README.md

go get should use flag -d which prevent installing the package.

go get doesn't work for me.

Commits
-------

dd2e651 Update README.md
This commit is contained in:
Fabien Potencier 2016-06-07 07:16:28 +02:00
commit 24cdf6ac9a

View file

@ -26,7 +26,7 @@ Installation
Install libgit2:
```bash
go get github.com/libgit2/git2go
go get -d github.com/libgit2/git2go
cd $GOPATH/src/github.com/libgit2/git2go
git checkout next
git submodule update --init