From 966f40184bcd37c4b4a0dcdc53b833f228ecbdad Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Sat, 5 Apr 2014 00:00:33 -0700 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 15e906c..3177d22 100644 --- a/README.md +++ b/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`. +Development +----------- + +## script/bootstrap + +It installs `libgit2` for development. + +## script/test + +It runs tests with the proper environment variables set up. + License -------