commit | 758dc46072032b7145a556804a29e87baa602958 | [log] [tgz] |
---|---|---|
author | John DeNisco <jdenisco@cisco.com> | Mon Aug 13 17:00:06 2018 -0400 |
committer | John DeNisco <jdenisco@cisco.com> | Mon Aug 13 17:00:22 2018 -0400 |
tree | 9807426a9af2c21ebde9b61cb6771cec14a65ae9 | |
parent | 34eb5d423d8d5851d0e901114d359c91acf05c4e [diff] [blame] |
DOCS: Cleanup Getting Started Change-Id: I4766773779f8d5c30a24bfed48090d7305c80ec5 Signed-off-by: John DeNisco <jdenisco@cisco.com>
diff --git a/docs/gettingstarted/developers/running_vpp.rst b/docs/gettingstarted/developers/running_vpp.rst index 4c717af..f0d56fb 100644 --- a/docs/gettingstarted/developers/running_vpp.rst +++ b/docs/gettingstarted/developers/running_vpp.rst
@@ -20,6 +20,13 @@ # make run-release # +Running the debug image: + +.. code-block:: console + + # make run + # + With GDB _________________________