From 9acb3ec351325384776aff83414dcac20fcdbc8e Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Sun, 4 Feb 2024 13:39:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bce88d..44e94d7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ of AdTree. Then you should have obtained a usable project and just build. I reco - Option 2: Use CMake to generate project files for your IDE. Then load the project to your IDE and build. For Windows users: your IDE must be set for `x64`. -- Option 3: Use CMake to generate Makefiles and then build (purely command line). +- Option 3: Use CMake to generate Makefiles and then build(purely command line). - on Linux or macOS: ``` $ cd path-to-root-dir-of-AdTree