diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-13 17:00:06 -0400 |
---|---|---|
committer | John DeNisco <jdenisco@cisco.com> | 2018-08-13 17:00:22 -0400 |
commit | 758dc46072032b7145a556804a29e87baa602958 (patch) | |
tree | 9807426a9af2c21ebde9b61cb6771cec14a65ae9 /docs/gettingstarted/developers/running_vpp.rst | |
parent | 34eb5d423d8d5851d0e901114d359c91acf05c4e (diff) |
DOCS: Cleanup Getting Started
Change-Id: I4766773779f8d5c30a24bfed48090d7305c80ec5
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/developers/running_vpp.rst')
-rw-r--r-- | docs/gettingstarted/developers/running_vpp.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/gettingstarted/developers/running_vpp.rst b/docs/gettingstarted/developers/running_vpp.rst index 4c717af3e19..f0d56fbab2b 100644 --- a/docs/gettingstarted/developers/running_vpp.rst +++ b/docs/gettingstarted/developers/running_vpp.rst @@ -20,6 +20,13 @@ Running the release image: # make run-release # +Running the debug image: + +.. code-block:: console + + # make run + # + With GDB _________________________ |