diff --git a/README.md b/README.md index 991acc2..622b9d7 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,19 @@ ## Requirements -Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module. +Qt 6.4.3:Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module. ## Get started ```sh -git clone --recursive http://101.34.228.45:3000/auto/AicsKnowledgeBase.git -``` \ No newline at end of file +git clone --recursive http://101.34.228.45:3000/auto/AicsKnowledgeBase_client.git +``` + +在调试配置launch.vs.json中添加 + +```json + "env": { + "PATH": "QT所在目录\\Qt\\6.4.3\\msvc2019_64\\bin" + } +``` +