Update README.md

This commit is contained in:
Lars Melchior
2019-05-20 14:52:46 +02:00
committed by GitHub
parent a4f055c7aa
commit bd9143bfa0

View File

@@ -67,6 +67,7 @@ See the [examples directory](https://github.com/TheLartians/CPM/tree/master/exam
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
mkdir -p cmake
wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM/master/cmake/CPM.cmake
```