vcl: fix app destroy
[vpp.git] / docs / gettingstarted / developers / running_vpp.rst
index 4c717af..9b33e53 100644 (file)
@@ -5,13 +5,14 @@
 Running VPP
 ===========
 
-After build the VPP binaries, there a several to run the images you've built. These is useful when
-if you need to run VPP without  installing the packages. For instance if you want to run VPP with GDB.
+After building the VPP binaries, you now have several images built.
+These images are useful when you need to run VPP without installing the packages.
+For instance if you want to run VPP with GDB.
 
-Without GDB
+Running Without GDB
 _________________________
 
-To run the VPP images, that you've build without GDB.
+To run the VPP images that you've built without GDB, run the following commands:
 
 Running the release image:
 
@@ -20,7 +21,14 @@ Running the release image:
    # make run-release
    #
 
-With GDB
+Running the debug image:
+
+.. code-block:: console
+
+   # make run
+   #
+
+Running With GDB
 _________________________
 
 With the following commands you can run VPP and then be dropped into the GDB prompt.