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>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-27 03:29:26 +00:00
parent 1cc26bfb97
commit 3ccda43d01
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
.