mirror of
https://github.com/splitsh/lite.git
synced 2026-03-15 06:15:45 +01:00
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:
parent
fabf72bf26
commit
dd2e651efc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue