diff --git a/01-basic/A-hello-cmake/README.md b/01-basic/A-hello-cmake/README.md index ff8abf2..afec5cb 100644 --- a/01-basic/A-hello-cmake/README.md +++ b/01-basic/A-hello-cmake/README.md @@ -41,7 +41,7 @@ In this example, the project() function, will create a variable ${PROJECT_NAME} ## Building the example -```{r, engine='bash', count_lines} +```bash $ mkdir build $ cd build