From d3aad66d1af99d4bd8d02bfef5b7d90515941eba Mon Sep 17 00:00:00 2001 From: Mat M Date: Thu, 18 Jan 2018 11:56:52 -0500 Subject: [PATCH] Use code line formatting on a cmake command --- Building-for-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index bb227a0..b847ad2 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -48,7 +48,8 @@ cmake ../ make sudo make install ``` -Optionally, you can use "cmake -i .." to adjust various options (e.g. disable the Qt GUI). + +Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI). **Using clang:**