doc: remove references to make from apps guide
[dpdk.git] / doc / guides / sample_app_ug / skeleton.rst
index 34f6f9a..263d8de 100644 (file)
@@ -25,7 +25,7 @@ To run the example in a ``linux`` environment:
 
 .. code-block:: console
 
-    ./build/basicfwd -l 1 -n 4
+    ./<build_dir>/examples/dpdk-skeleton -l 1 -n 4
 
 Refer to *DPDK Getting Started Guide* for general information on running
 applications and the Environment Abstraction Layer (EAL) options.