From 08d3435ffec16995b4302c64967309f08ce0103c Mon Sep 17 00:00:00 2001 From: Weiyi Feng Date: Wed, 15 Jun 2022 19:08:46 +0800 Subject: [PATCH] config_tools: update configurator readme windows cmd line path split update configurator readme windows cmd line path split Tracked-On: #6691 Signed-off-by: Weiyi Feng --- misc/config_tools/configurator/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.