Commit 334beabc authored by skoh-fley's avatar skoh-fley
Browse files

Changed inline code formatting to block code formatting

parent 9872f8fa
...@@ -21,13 +21,13 @@ The server requires an additional dependency: ...@@ -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`:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment