Update README.md (#37)

This commit is contained in:
Lars Melchior
2019-04-22 19:22:23 +02:00
committed by GitHub
parent 2ff0f5f58f
commit 282b98423a

View File

@@ -40,7 +40,7 @@ See the [examples directory](https://github.com/TheLartians/CPM/tree/master/exam
# Adding CPM
To add CPM to your current project, simply include add `cmake/CPM.cmake` to your projects `cmake` directory. The command below will perform this automatically.
To add CPM to your current project, simply add `cmake/CPM.cmake` to your project's `cmake` directory. The command below will perform this automatically.
```bash
wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM/master/cmake/CPM.cmake