Update README.md

This commit is contained in:
Dragos Carp 2013-10-15 21:47:37 +02:00
parent c50d03b475
commit 8b63dbb667

View file

@ -8,7 +8,7 @@ Usage
1. Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory \<cmaked2-path\>
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).<br/>
3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the *:PATH* variable type.<br/>
```
cmake -DCMAKE_MODULE_PATH:PATH=<cmaked2-path> <path-to-source>
```