docs: cleaning up VPP documents by deleting unnecessary info.
- cleaned up the 'build/run VPP' docs
Type: docs
Signed-off-by: Saima Yunus <yunus.saima.99@gmail.com>
Change-Id: I9dbddbe1932804b8d507cb2f1631cd7116e59072
diff --git a/docs/developer/build-run-debug/running_vpp.rst b/docs/developer/build-run-debug/running_vpp.rst
index 9b33e53..2c97257 100644
--- a/docs/developer/build-run-debug/running_vpp.rst
+++ b/docs/developer/build-run-debug/running_vpp.rst
@@ -33,6 +33,13 @@
With the following commands you can run VPP and then be dropped into the GDB prompt.
+Before running either command, please make sure that the 'gdb' package is installed.
+If it's not installed, run the following command first:
+
+.. code-block:: console
+
+ $ sudo apt install gdb
+
Running the release image:
.. code-block:: console
@@ -46,3 +53,4 @@
# make debug
(gdb)
+