From 3f1dfe5be34447a270473f2742f2c07692451b3f Mon Sep 17 00:00:00 2001 From: "Luiz \"darknessxk\" Felipe" Date: Thu, 6 May 2021 16:11:50 -0300 Subject: [PATCH] Added shell to markdown code blocks --- docs/building.markdown | 2 +- docs/usage.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.markdown b/docs/building.markdown index 7e58b20..0eab9d1 100644 --- a/docs/building.markdown +++ b/docs/building.markdown @@ -8,7 +8,7 @@ permalink: /building/ cmkr requires a C++11 compiler, cmake >= 3.15. -``` +```sh git clone https://github.com/build-cpp/cmkr cd cmkr cmake -Bbin diff --git a/docs/usage.markdown b/docs/usage.markdown index 7c08f21..2a6629a 100644 --- a/docs/usage.markdown +++ b/docs/usage.markdown @@ -39,6 +39,6 @@ arguments: The build command invokes cmake and the default build-system on your platform (unless a generator is specified), it also accepts extra cmake build arguments: -``` +```sh cmkr build --config Release ``` \ No newline at end of file