From 46cf8c6bb7904df9306a76db79689df6d9893e3d 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 403c19eb3..4df484589 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,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