From 3b563153fd830a767329f96304fe3cc99df15437 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Wed, 23 Dec 2020 10:05:01 +0100 Subject: [PATCH] readme: update readme cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa5cd9..677e65d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Notes: * clone * `git clone --recursive https://github.com/cimgui/cimgui.git` - * `git submodule update` + * `git submodule update --init --recursive` (If already cloned) * 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)