From 3bb791a633dcb4c3dbde3402ba7c353f56d74a9d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Jan 2019 11:06:38 +0800 Subject: [PATCH] doc: add 'checkout to release v0.5' --- doc/tutorials/using_sbl_on_up2.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/using_sbl_on_up2.rst b/doc/tutorials/using_sbl_on_up2.rst index 2f5390239..5e8256151 100644 --- a/doc/tutorials/using_sbl_on_up2.rst +++ b/doc/tutorials/using_sbl_on_up2.rst @@ -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: