doc: update the method to run the acrn_configurator.py
Update the instructions on how to start the ACRN Configurator tool ('acrn_configurator.py'). It is no longer require to use 'python3 ...' since we've added a shebang header to the file and made it executable. Tracked-On: #7057 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
1cc753a9a5
commit
21d7b242c9
|
@ -401,7 +401,7 @@ To generate a scenario configuration file and launch scripts:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
python3 acrn_configurator.py
|
||||
./acrn_configurator.py
|
||||
|
||||
#. Your web browser should open the website `<http://127.0.0.1:5001/>`__
|
||||
automatically, or you may need to visit this website manually.
|
||||
|
|
|
@ -56,7 +56,7 @@ a custom scenario configuration file and launch scripts.
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
python3 ~/acrn-work/acrn-hypervisor/misc/config_tools/config_app/acrn_configurator.py
|
||||
~/acrn-work/acrn-hypervisor/misc/config_tools/config_app/acrn_configurator.py
|
||||
|
||||
#. Your web browser should open the website `<http://127.0.0.1:5001/>`_
|
||||
automatically, or you may need to visit this website manually. The ACRN
|
||||
|
|
Loading…
Reference in New Issue