From 8ddeb8ddf7108f0c9927875c40c2ae40a6f34feb Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Tue, 25 Mar 2014 00:34:52 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec75401..21cf41f 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ CMake for D2 Usage ----- -1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory \ +1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory \ 2. Create a D CMake Project: project(project-name D) 3. Run cmake as usual specifing the cmake-d path. To cache it, don't forget to specify the *:PATH* variable type.
``` -cmake -DCMAKE_MODULE_PATH:PATH=/cmake-d +cmake -DCMAKE_MODULE_PATH:PATH=/cmake-d ``` -