From 4badcddc5d7acd276708d5c62c2f3c58d5fb5094 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 9 Apr 2019 17:10:44 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e671277..798bd01 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ target_link_libraries(cpm-test LarsParser) 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. ```bash -wget -qO- https://github.com/TheLartians/CPM/releases/download/v0.1/cmake.zip | bsdtar -xvf- +wget -qO- https://github.com/TheLartians/CPM/releases/download/v0.2/cmake.zip | bsdtar -xvf- ``` # Limitations