From ef913b4f2259c156fa8a41010f7fcd3accf29ba8 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Sun, 4 Feb 2024 13:40:04 +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 44e94d7..31915a9 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