Skip to content

Commit f4d15bc

Browse files
authored
Merge pull request #24 from iamwillbar/patch-1
Include cmake installation in OSX instructions
2 parents 2c68fb4 + f4b3fcd commit f4d15bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ GRV depends on the following libraries:
4242
- libcurl
4343
- cmake (to build libgit2)
4444

45-
Building GRV on OSX requires homebrew, and for `readline` and `pkg-config` to be installed using homebrew:
45+
Building GRV on OSX requires homebrew, and for `readline`, `pkg-config`, and `cmake` to be installed using homebrew:
4646

4747
```
48-
brew install readline pkg-config
48+
brew install readline pkg-config cmake
4949
```
5050

5151
To install GRV run:

0 commit comments

Comments
 (0)