Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Apr 1, 2020
1 parent 0bae4f0 commit 81fe42b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repo.create_commit("HEAD", author, committer, "utf-8", "Update README",

Run the following commands to build `cppgit2`.

**NOTE**: This also builds `libgit2` from source. `libgit2` is a submodule in the `ext/` directory that points to a stable release commit, e.g., [v0.99.0](https://github.com/libgit2/libgit2/releases/tag/v0.99.0).
**NOTE**: This also builds `libgit2` from source. `libgit2` is a submodule in the `ext/` directory that points to a stable release commit, e.g., [v1.0.0](https://github.com/libgit2/libgit2/releases/tag/v1.0.0).

```bash
git clone --recurse-submodules -j8 https://github.com/p-ranav/cppgit2
Expand All @@ -92,9 +92,9 @@ lib/
├── libcppgit2.static.a
├── libgit2_clar
├── libgit2.pc
├── libgit2.so -> libgit2.so.99
├── libgit2.so.0.99.0
├── libgit2.so.99 -> libgit2.so.0.99.0
├── libgit2.so -> libgit2.so.0
├── libgit2.so.1.0.0
├── libgit2.so.0 -> libgit2.so.1.0.0
└── ...
samples/
test/
Expand Down

0 comments on commit 81fe42b

Please sign in to comment.