diff --git a/README.md b/README.md
index f004bd796de2758880e09de52273fcb28b96c6bf..814222d1deeb901ef6855610a5e9889df597dc88 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Once the container started, it is possible to build the available packages and r
 
 Via CMake:
 ``` shell
-cmake -B build [--install-prefix=<path/to/prefix>]
+cmake -B build [-DCMAKE_INSTALL_PREFIX=<path/to/prefix>] [-DYase_USE_SYSTEM_GTEST=ON]
 cmake --build build [--target test]
 cmake --install build
 ```