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