From c11e2d67cef10629cf927d7f1a725e7bb094f266 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 9 May 2019 21:52:27 +0200 Subject: README.md: Quote -j as code with backticks The did not appear in the html, render it as code instead so things work correctly. Fixes Debian/apt#91 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 to perform +Then you can use make as you normally would (pass `-j ` to perform `` jobs in parallel). You can also use the Ninja generator of cmake, to do that pass -- cgit v1.2.3