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 mkdir build
cd build cd build
cmake .. cmake ..
make make
make install make install
```
The following flags can be passed to `cmake`: The following flags can be passed to `cmake`: