Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 81fe42b

Browse files
committed
Updated README
1 parent 0bae4f0 commit 81fe42b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repo.create_commit("HEAD", author, committer, "utf-8", "Update README",
6969

7070
Run the following commands to build `cppgit2`.
7171

72-
**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).
72+
**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).
7373

7474
```bash
7575
git clone --recurse-submodules -j8 https://github.com/p-ranav/cppgit2
@@ -92,9 +92,9 @@ lib/
9292
├── libcppgit2.static.a
9393
├── libgit2_clar
9494
├── libgit2.pc
95-
├── libgit2.so -> libgit2.so.99
96-
├── libgit2.so.0.99.0
97-
├── libgit2.so.99 -> libgit2.so.0.99.0
95+
├── libgit2.so -> libgit2.so.0
96+
├── libgit2.so.1.0.0
97+
├── libgit2.so.0 -> libgit2.so.1.0.0
9898
└── ...
9999
samples/
100100
test/

0 commit comments

Comments
 (0)