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:
parent
8eb1bbda3f
commit
08d3435ffe
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue