Skip to content

Commit 4d6aa9d

Browse files
authored
Update README.md
Added instruction to install curlcpp via homebrew
1 parent b8230eb commit 4d6aa9d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Help me to improve this project!
1414

1515

1616

17-
Compile and link
18-
================
17+
Compile and link manually
18+
=========================
1919

2020
Standalone
2121
----------
@@ -44,6 +44,17 @@ ADD_SUBDIRECTORY(ext/curlcpp) # Change `ext/curlcpp` to a directory according to
4444
INCLUDE_DIRECTORIES(${CURLCPP_SOURCE_DIR}/include)
4545
```
4646

47+
48+
Install via Homebrew
49+
====================
50+
51+
curlcpp is now available also via homebrew package manager:
52+
53+
```bash
54+
brew install curlcpp
55+
```
56+
57+
4758
Simple usage example
4859
====================
4960

0 commit comments

Comments
 (0)