From d8a92818d3a942725f1df643deffe6633c7ff012 Mon Sep 17 00:00:00 2001 From: Sandro Kalatozishvili Date: Sun, 23 Jul 2023 01:09:06 +0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 60018f0..5e6c34b 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,7 @@ After updating the configuration, use the `generate.sh` script to generate the ` ```bash ./generate.sh -mkdir build -cd build -cmake .. && make +./build.sh cmake ``` You may notice that when you select only one module, several other modules may be also included in the build. Because some files depend on other files in the project, the `generate.sh` script will automatically resolve these dependencies and include required files in the build as well.