From 22a4ead36ee64c25f2f2c07bb72e5098e84eedc7 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sun, 24 Sep 2017 14:03:25 -0500 Subject: [PATCH] Update README to include syntax highlighting Use bash syntax highlighting to make comments appear in gray --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4df484589..42066faff 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,12 @@ Compiling from git (that is, not a released tarball) also requires: ### Autotools Build - autoreconf --no-recursive #[if building from Git] - ./configure - make #[gmake on BSD] - sudo make install #[sudo gmake install on BSD] +```bash +autoreconf --no-recursive #if building from Git +./configure +make #gmake on BSD +sudo make install #sudo gmake install on BSD +``` ### Xcode Development Build