Skip to content

Commit 2ad838f

Browse files
committed
add instructions for installing libgit2 on the supported platforms
1 parent cb41c60 commit 2ad838f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Required dependencies:
4141
* Markdown (`v install markdown`)
4242
* PCRE (`v install pcre`)
4343
* sassc
44+
* libgit2
45+
46+
You can install libgit2 with:
47+
* Ubuntu/Debian: `apt install libgit2-dev`
48+
* FreeBSD: `pkg install libgit2`
49+
* macOS: `brew install libgit2`
50+
4451

4552
Gitly will support Postgres and MySQL in the future (once V ORM does).
4653

0 commit comments

Comments
 (0)