From 1c904b018fb262b23e69460bb7b0df3cb4697cad Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 18 Oct 2016 17:40:29 +0200 Subject: [PATCH] Added sh to markdown of compile instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c061ab0..5603bc7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[nu ### Compile and run Compile with a C++11 compliant compiler: -``` +```sh mkdir build cd build cmake ..