From 77c328d51ff3a520a55ae57a83daa908622a7374 Mon Sep 17 00:00:00 2001 From: Mohammed Alyousef Date: Sat, 12 Sep 2020 17:13:11 +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 0b4b477..d745bd8 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ arguments: help Show help. version Current cmkr version. ``` -The build command invokes cmake and the default build-system on your platform, it also accepts extra cmake 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: ``` cmkr build --config Release ```