Skip to content

Commit

Permalink
Update running-quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Oct 17, 2024
1 parent 5665523 commit f023972
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions how-to/running-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f023972

Please sign in to comment.