From 8b63dbb66798ef4339f0a1d3b07c1e0a2608b846 Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Tue, 15 Oct 2013 21:47:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577e761..cc363ca 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Usage 1. Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory \ 2. Create a D CMake Project: project(project-name D) -3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the variable type (:PATH).
+3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the *:PATH* variable type.
``` cmake -DCMAKE_MODULE_PATH:PATH= ```