Added sh to markdown of compile instructions

This commit is contained in:
eidheim 2016-10-18 17:40:29 +02:00
commit 1c904b018f

View file

@ -30,7 +30,7 @@ See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[nu
### Compile and run ### Compile and run
Compile with a C++11 compliant compiler: Compile with a C++11 compliant compiler:
``` ```sh
mkdir build mkdir build
cd build cd build
cmake .. cmake ..