summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-09-10 12:31:28 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-09-11 00:40:53 +0200
commit36a5cd0ac1721454123f11a19340a204771cd1a6 (patch)
tree513bb7e1b9c7a5739a0d1ead016d38dff3197880
parent069fc33e8a0a092fe0283b5073262fab14f82646 (diff)
Fix markdown syntax in cmake/README.md
Make this file parsable by tools that are less lenient than github. Triple-backquotes are for fenced code blocks. Inline code uses backticks (or double backticks if you have code with backticks). Change-Id: Ic49d946fbcaa6f7e97702eadf4a0b0c726fc3217 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index b896f021e2..a4ec5a5852 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -37,7 +37,7 @@ years.
You may use brew to install dependencies needed to build QtBase.
* Install homebrew:
- ```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```
+ `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
* Build Qt dependencies: ``brew install pcre2 harfbuzz freetype``
* Install cmake: ``brew install cmake``
* When running cmake in qtbase, pass ``-DCMAKE_PREFIX_PATH=/usr/local``