Skip to content

Commit

Permalink
Consolidate git submodule commands
Browse files Browse the repository at this point in the history
References #33
  • Loading branch information
whoshuu committed Sep 2, 2015
1 parent 3aca378 commit 9595a8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -66,10 +66,9 @@ If you already have a project you need to integrate C++ Requests with, the prima
```
git submodule add git@github.com:whoshuu/cpr.git
git submodule update --init --recursive
```
Make sure to run a `git submodule update --init --recursive` after adding C++ Requests as a submodule.
Next, add this subdirectory to your CMakeLists.txt before declaring any targets that might use it:
```
Expand Down

0 comments on commit 9595a8c

Please sign in to comment.