summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-05-09 21:52:27 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2019-05-09 21:52:53 +0200
commitc11e2d67cef10629cf927d7f1a725e7bb094f266 (patch)
tree709a3ea60bbe57d9c8c900130a11548b8913f0cb
parent6332001e511bf88874c67d94248f877a103e87e5 (diff)
README.md: Quote -j <count> as code with backticks
The <count> did not appear in the html, render it as code instead so things work correctly. Fixes Debian/apt#91
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fdb393f8..5129986be 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ run:
cmake .
-Then you can use make as you normally would (pass -j <count> to perform <count>
+Then you can use make as you normally would (pass `-j <count>` to perform `<count>`
jobs in parallel).
You can also use the Ninja generator of cmake, to do that pass