Update README.md

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

go get doesn't work for me.
This commit is contained in:
Inal Djafar 2016-06-06 23:31:28 +02:00
parent fabf72bf26
commit dd2e651efc

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