From 46db0fd048a142fbad582a94a2984c213dd3b646 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 3 May 2019 16:23:52 +0200 Subject: [PATCH] Fix code markup --- cfe/cmake/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfe/cmake/README.md b/cfe/cmake/README.md index e86bf67b4..7a92faf30 100644 --- a/cfe/cmake/README.md +++ b/cfe/cmake/README.md @@ -19,8 +19,10 @@ Quick instructions for doing a CMake based build: * Copy the sample CMake configuration into the top: +``` cp cfe/cmake/Makefile.sample Makefile cp -r cfe/cmake/sample\_defs sample\_defs +``` The files in "sample\_defs" will need to be adjusted to meet the needs of your mission, but the sample values provided are sufficient