mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 03:45:29 +00:00
doc: add 'checkout to release v0.5'
This commit is contained in:
parent
9d696be0c6
commit
0df4049f18
@ -99,12 +99,18 @@ An example of the configuration file ``uos.json``:
|
||||
the "Version" argument, ``"Version": 26000`` instead
|
||||
of ``"Version": 27050`` for example.
|
||||
|
||||
Clone the source code of ``acrn-hypervisor`` for building:
|
||||
Clone the source code of ``acrn-hypervisor`` for building and use
|
||||
``v0.5`` release for example:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ cd ~
|
||||
$ git clone https://github.com/projectacrn/acrn-hypervisor
|
||||
$ cd acrn-hypervisor
|
||||
$ git checkout v0.5
|
||||
|
||||
.. note::
|
||||
You can switch to other release with the command ``git checkout v0.x`` if needed.
|
||||
|
||||
Build SOS and LaaG image:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user