From 0e46431ad73e248e909c5a4be31ef75c5a52b6c6 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 6 Oct 2020 12:29:25 +0200 Subject: [PATCH] Make git commands in README.md code blocks This way they can be copied and `https://github.com/cimgui/cimgui.git` won't be shortened to `cimgui/cimgui.git`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d1ad6b..4e12635 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Notes: # compilation * clone - * git clone --recursive https://github.com/cimgui/cimgui.git - * git submodule update + * `git clone --recursive https://github.com/cimgui/cimgui.git` + * `git submodule update` * compile * using makefile on linux/macOS/mingw (Or use CMake to generate project) * cmake options are IMGUI_STATIC (compiling as static library), IMGUI_FREETYPE (for using Freetype2) and FREETYPE_PATH (Freetype2 cmake install location)