From 288d677ca1ebd72aa6ea04574b06362a24fc2135 Mon Sep 17 00:00:00 2001 From: Mohammed Alyousef Date: Wed, 9 Sep 2020 15:34:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31859b4..817ea5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A CMakeLists.txt generator from TOML. Still WIP. ## Building -cmkr requires a C++17 compiler and git. It depends on toml11 by ToruNiina, which is added as a git submodule. +cmkr requires a C++17 compiler, cmake and git. It depends on toml11 by ToruNiina, which is added as a git submodule. ``` git clone https://github.com/moalyousef/cmkr cd cmkr