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 <weiyix.feng@intel.com>
This commit is contained in:
Weiyi Feng 2022-06-15 19:08:46 +08:00 committed by acrnsi-robot
parent 8eb1bbda3f
commit 08d3435ffe
1 changed files with 5 additions and 5 deletions

View File

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