Update README

This commit is contained in:
Jingwen Owen Ou 2014-04-05 00:00:33 -07:00
parent d3c5d28294
commit 966f40184b
1 changed files with 11 additions and 0 deletions

View File

@ -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`.
Development
-----------
## script/bootstrap
It installs `libgit2` for development.
## script/test
It runs tests with the proper environment variables set up.
License
-------