diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-09 21:52:27 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-09 21:52:53 +0200 |
commit | c11e2d67cef10629cf927d7f1a725e7bb094f266 (patch) | |
tree | 709a3ea60bbe57d9c8c900130a11548b8913f0cb /README.md | |
parent | 6332001e511bf88874c67d94248f877a103e87e5 (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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |