Update README to include syntax highlighting

Use bash syntax highlighting to make comments appear in gray
This commit is contained in:
Mahmoud Al-Qudsi 2017-09-24 14:03:25 -05:00 committed by GitHub
parent 50f8ff1bc5
commit 22a4ead36e

View file

@ -135,10 +135,12 @@ Compiling from git (that is, not a released tarball) also requires:
### Autotools Build ### Autotools Build
autoreconf --no-recursive #[if building from Git] ```bash
./configure autoreconf --no-recursive #if building from Git
make #[gmake on BSD] ./configure
sudo make install #[sudo gmake install on BSD] make #gmake on BSD
sudo make install #sudo gmake install on BSD
```
### Xcode Development Build ### Xcode Development Build