From 76389934c09beac6b2d347a578f213a0796765ea Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Tue, 19 Jan 2021 13:48:08 -0600 Subject: [PATCH] doc(git): adds section on cloning repo This patch set adds in a section in the document instructing the users on how to checkout the AIO repository from opendev.org. Signed-off-by: Tin Lam Change-Id: Ia6162637dd8dab8d9fa490d34d2c09f1881054d6 --- doc/source/install/jarvis/vagrant.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/install/jarvis/vagrant.rst b/doc/source/install/jarvis/vagrant.rst index 7292aeb5..83088520 100644 --- a/doc/source/install/jarvis/vagrant.rst +++ b/doc/source/install/jarvis/vagrant.rst @@ -4,6 +4,15 @@ Jarvis AIO Vagrant .. _aio-installation: +Checkout Repository +=================== + +Checkout the Jarvis AIO repository using ``git``: + +.. code:: bash + + git clone "https://review.opendev.org/airship/charts" + Installation ============