mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 15:30:56 +00:00
doc: fix malformed code block in acrn config docs
Fix incorrect code-block notation and code-block language Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
8ec150e314
commit
82e3d8341c
@ -382,15 +382,15 @@ Prerequisites
|
|||||||
.. _get acrn repo guide:
|
.. _get acrn repo guide:
|
||||||
https://projectacrn.github.io/latest/getting-started/building-from-source.html#get-the-acrn-hypervisor-source-code
|
https://projectacrn.github.io/latest/getting-started/building-from-source.html#get-the-acrn-hypervisor-source-code
|
||||||
|
|
||||||
- Clone the ACRN hypervisor repo::
|
- Clone the ACRN hypervisor repo
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone https://github.com/projectacrn/acrn-hypervisor
|
$ git clone https://github.com/projectacrn/acrn-hypervisor
|
||||||
|
|
||||||
- Install ACRN configuration editor dependencies:
|
- Install ACRN configuration editor dependencies:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: bash
|
||||||
|
|
||||||
$ cd ~/acrn-hypervisor/misc/config_tools/config_app
|
$ cd ~/acrn-hypervisor/misc/config_tools/config_app
|
||||||
$ sudo pip3 install -r requirements
|
$ sudo pip3 install -r requirements
|
||||||
@ -401,7 +401,7 @@ Instructions
|
|||||||
|
|
||||||
#. Launch the ACRN configuration editor:
|
#. Launch the ACRN configuration editor:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: bash
|
||||||
|
|
||||||
$ python3 app.py
|
$ python3 app.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user