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:**