diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-10-07 12:29:34 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-10-07 12:29:34 +0200 |
| commit | 43b39805bd50d7767dc0b489f7532ef473fe419c (patch) | |
| tree | a3493bda45332b1bfc5c99417738159708bcb189 | |
| parent | 1c855246ca0cb3faf7d8a644b22355e0ef6856a1 (diff) | |
| parent | b1d97c1ebd3c66e7311c11c02575d66f41bab953 (diff) | |
Merge pull request #261 from jbranchaud/fix-readme-typo
Fix typo in README: manaager -> manager
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Go bindings for [libgit2](http://libgit2.github.com/). The `master` branch follo Installing ---------- -This project wraps the functionality provided by libgit2. If you're using a stable version, install it to your system via your system's package manaager and then install git2go as usual. +This project wraps the functionality provided by libgit2. If you're using a stable version, install it to your system via your system's package manager and then install git2go as usual. Otherwise (`next` which tracks an unstable version), we need to build libgit2 as well. In order to build it, you need `cmake`, `pkg-config` and a C compiler. You will also need the development packages for OpenSSL and LibSSH2 installed if you want libgit2 to support HTTPS and SSH respectively. |
