Update README
This commit is contained in:
parent
d3c5d28294
commit
966f40184b
11
README.md
11
README.md
|
@ -8,6 +8,17 @@ Installing
|
||||||
|
|
||||||
Just `go get github.com/libgit2/git2go`. You'll need to have top-of-the-branch libgit2 from development installed in your system and available via `pkg-config`. These bindings are in sync with the top of `development`.
|
Just `go get github.com/libgit2/git2go`. You'll need to have top-of-the-branch libgit2 from development installed in your system and available via `pkg-config`. These bindings are in sync with the top of `development`.
|
||||||
|
|
||||||
|
Development
|
||||||
|
-----------
|
||||||
|
|
||||||
|
## script/bootstrap
|
||||||
|
|
||||||
|
It installs `libgit2` for development.
|
||||||
|
|
||||||
|
## script/test
|
||||||
|
|
||||||
|
It runs tests with the proper environment variables set up.
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue