From 92a6906e6a03a950482d025d45d0d99d99c9c618 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 (cherry picked from commit 22a4ead36ee64c25f2f2c07bb72e5098e84eedc7) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 767cee82b..beeed3aaf 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,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