From ace7903bc339fd9a5a73922fba82f6a638a5542a Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 16 Sep 2017 15:50:41 -0500 Subject: [PATCH] Make build code snippets copy-and-paste friendly (cherry picked from commit 46cf8c6bb7904df9306a76db79689df6d9893e3d) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad596adcb..767cee82b 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,10 @@ Compiling from git (that is, not a released tarball) also requires: ### Autotools Build - autoreconf --no-recursive [if building from Git] + autoreconf --no-recursive #[if building from Git] ./configure - make [gmake on BSD] - sudo make install [sudo gmake install on BSD] + make #[gmake on BSD] + sudo make install #[sudo gmake install on BSD] ### Xcode Development Build