We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616caa6 commit 4cbaa40Copy full SHA for 4cbaa40
README.md
@@ -24,7 +24,7 @@ Then add `<curlcpp root>/build/src/` to your library path and `<curlcpp root>/in
24
When linking, link against `curlcpp` (e.g.: g++ -std=c++11 example.cpp -o example -lcurlcpp -lcurl).
25
Or if you want run from terminal,
26
27
-g++ -std=c++11 example.cpp -L/home/<username>/path/to/build/src/ -I/home/<username>/path/to/include/ -lcurlcpp -lcurl
+g++ -std=c++11 example.cpp -L/home/username/path/to/build/src/ -I/home/username/path/to/include/ -lcurlcpp -lcurl
28
29
30
Submodule
0 commit comments