From 5ae09c37a6a6b48a899403fe50ede47f63fbacd3 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 14 Oct 2017 14:50:31 -0700 Subject: [PATCH] README.md: remove extra backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8e07689..e04cf0dae 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Compiling from git (that is, not a released tarball) also requires: mkdir build; cd build cmake .. # add -DCMAKE_BUILD_TYPE=Release for release build make install -```` +``` #### Using autotools