From 4dd3fb75396752222f2bba522c85b98f94e67c89 Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Sat, 21 Nov 2015 19:08:06 +0000 Subject: [PATCH] update to include some syntax highlighting --- 01-basic/A-hello-cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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