mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 05:09:01 +00:00
doc: fix git clone and misspelling
It's recommended we always use the .git extension when referring to the git repo when cloning. Fix that in the GSG. Also, fix a misspelling in the hld-power-management doc. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
2ae8a468f9
commit
6ae241d398
@@ -161,12 +161,12 @@ To set up the ACRN build environment on the development computer:
|
||||
.. code-block:: bash
|
||||
|
||||
cd ~/acrn-work
|
||||
git clone https://github.com/projectacrn/acrn-hypervisor
|
||||
git clone https://github.com/projectacrn/acrn-hypervisor.git
|
||||
cd acrn-hypervisor
|
||||
git checkout v2.6
|
||||
|
||||
cd ..
|
||||
git clone --depth 1 --branch release_2.6 https://github.com/projectacrn/acrn-kernel
|
||||
git clone --depth 1 --branch release_2.6 https://github.com/projectacrn/acrn-kernel.git
|
||||
|
||||
.. _gsg-board-setup:
|
||||
|
||||
|
Reference in New Issue
Block a user