From 3ccda43d0155ff931aac454829078ad146b873ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 03:29:26 +0000 Subject: [PATCH] Add gwt doctor to Quick Start section - Include doctor command in README quick start - Encourage users to check compatibility before first run Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- README.md | 3 +++ _codeql_detected_source_root | 1 + 2 files changed, 4 insertions(+) create mode 120000 _codeql_detected_source_root diff --git a/README.md b/README.md index 037f3e1..1e9fe1b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ conan install . --output-folder=build --build=missing cmake --preset=default cmake --build build +# Check system compatibility +./build/gwt doctor + # Run CLI ./build/gwt clone https://github.com/user/repo ./build/gwt workflows /path/to/repo diff --git a/_codeql_detected_source_root b/_codeql_detected_source_root new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/_codeql_detected_source_root @@ -0,0 +1 @@ +. \ No newline at end of file