From f02397289a1b2814c12092db0edc0a67e5f0a429 Mon Sep 17 00:00:00 2001 From: Tushar <30565750+tushar5526@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:38:16 +0530 Subject: [PATCH] Update running-quickstart.rst --- how-to/running-quickstart.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/how-to/running-quickstart.rst b/how-to/running-quickstart.rst index d55dc68..249b139 100644 --- a/how-to/running-quickstart.rst +++ b/how-to/running-quickstart.rst @@ -125,6 +125,15 @@ If you intend to make any changes to Launchpad, you should also set up Running ======= +Before running Launchpad, its best to sync your local Launchpad repo with remote hosts because the images are pre-seeded with a Launchpad clone that might not be up to date. +On your local system, go to the workspace directory you specified during setup and sync your local repo. + +.. code-block:: shell-session + + $ git remote -v + $ git fetch + $ git pull upstream master + Now you should be able to start up Launchpad: .. code-block:: shell-session