Changed inline code formatting to block code formatting

This commit is contained in:
skoh-fley 2013-04-08 16:47:53 -07:00
parent 9872f8fa5e
commit 334beabc6d

View file

@ -21,13 +21,13 @@ The server requires an additional dependency:
- [libgcrypt](http://www.gnu.org/software/libgcrypt/) - [libgcrypt](http://www.gnu.org/software/libgcrypt/)
``` To compile:
mkdir build
cd build mkdir build
cmake .. cd build
make cmake ..
make install make
``` make install
The following flags can be passed to `cmake`: The following flags can be passed to `cmake`: