Update README to include syntax highlighting

Use bash syntax highlighting to make comments appear in gray
(cherry picked from commit 22a4ead36e)
This commit is contained in:
Mahmoud Al-Qudsi 2017-09-24 14:03:25 -05:00
parent 661d96c336
commit 92a6906e6a

View File

@ -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