From 4dee712eefc666548d178967edd7f12bc5126a4d Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 11 Apr 2019 11:35:59 +0200 Subject: [PATCH] Update README.md (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c565f..0882dfd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ target_link_libraries(cpm-test LarsParser) # Adding CPM -To add CPM to your current project, copy the scripts in the `cmake` directory into you current project project. The command below will perform this automatically. +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. ```bash wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM/master/cmake/CPM.cmake