Skip to content

Commit f1d82ee

Browse files
authored
Merge pull request #845 from IanVaughan/patch-1
Add more help on installing pkg-config on OSX
2 parents 323181e + 65d917b commit f1d82ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Rugged is a self-contained gem. You can install it by running:
1717

1818
$ gem install rugged
1919

20-
You need to have CMake and `pkg-config` installed on your system to be able to build the included version of `libgit2`. On OS X, after installing [Homebrew](http://brew.sh/), you can get CMake with:
20+
You need to have CMake and `pkg-config` installed on your system to be able to build the included version of `libgit2`. On OS X, after installing [Homebrew](http://brew.sh/), you can get the required packages with:
2121
```bash
22-
$ brew install cmake
22+
$ brew install cmake pkg-config
2323
```
2424

2525
Please follow the above in case installation of the gem fails with `ERROR: CMake is required to build Rugged.`.

0 commit comments

Comments
 (0)