diff --git a/misc/config_tools/configurator/README.md b/misc/config_tools/configurator/README.md index a2809b5f0..255b3d93b 100644 --- a/misc/config_tools/configurator/README.md +++ b/misc/config_tools/configurator/README.md @@ -78,15 +78,15 @@ Run following command in the 'acrn-hypervisor' directory. ```shell cd misc\config_tools -python scenario_config/schema_slicer.py -python scenario_config/jsonschema/converter.py -xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd +python scenario_config\schema_slicer.py +python scenario_config\jsonschema\converter.py +xmllint --xinclude schema\datachecks.xsd > schema\allchecks.xsd python -m build del configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl cd configurator -python packages/configurator/thirdLib/manager.py install +python packages\configurator\thirdLib\manager.py install yarn yarn build ``` @@ -105,5 +105,5 @@ acrn-configurator #### Windows You can find installer under the -`misc/config_tools/configurator/src-tauri/target/release/bundle/msi` +`misc\config_tools\configurator\src-tauri\target\release\bundle\msi` directory, the installer in the folder.