Skip to content

Commit 8fc4b3f

Browse files
neel1996test
authored and
test
committed
Update LIBGIT_NOTES.md
1 parent 259524a commit 8fc4b3f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

LIBGIT_NOTES.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,16 @@ Following the above steps will make `libgit2` available as a shared library for
6666

6767
#### For Linux (tested on Ubuntu 20.04)
6868

69+
>If you have brew installed on your linux machine then you can follow the same instructions [mentioned below for MacOS](#for-macos) to setup libgit2
70+
6971
Make sure you have the following packages installed on your system
7072

7173
- [cmake](https://cmake.org/download/)
7274
- [curl](https://curl.se/)
7375
- [wget](https://www.gnu.org/software/wget/)
7476
- [gcc](https://gcc.gnu.org/)
7577

76-
Make sure you have required rights for running the following commands. If any of these fail due to access errors, then
78+
Make sure you have required rights for running the following commands. If any of these fail due to access errors then
7779
try with `sudo`
7880

7981
```shell
@@ -110,11 +112,12 @@ The dependencies required to build and run gitconvex are readily available from
110112

111113
Download and setup [brew](https://brew.sh/) to install all the required packages
112114

115+
- [libssh2](https://formulae.brew.sh/formula/libssh2)
116+
```shell
117+
brew install libssh2
118+
```
119+
113120
- [libgit2](https://formulae.brew.sh/formula/libgit2)
114121
```shell
115122
brew install libgit2
116123
```
117-
- [libssh2](https://formulae.brew.sh/formula/libssh2)
118-
```shell
119-
brew install libssh2
120-
```

0 commit comments

Comments
 (0)