Skip to content

Commit 38315a2

Browse files
committed
Update readme to avoid splatting main directory
1 parent 2244614 commit 38315a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cmake --build --preset=init
9595
Alternatively, you can set the CMake variable `CPP_LIBRARY_FORCE_INIT` to `ON`:
9696

9797
```bash
98-
cmake -DCPP_LIBRARY_FORCE_INIT=ON .
98+
cmake -DCPP_LIBRARY_FORCE_INIT=ON -B build/init
9999
```
100100

101101
This will regenerate all template files, overwriting any existing ones.

0 commit comments

Comments
 (0)