aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-userdemo/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-userdemo/README.md')
-rw-r--r--vpp-userdemo/README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/vpp-userdemo/README.md b/vpp-userdemo/README.md
index 2ece28d..9820600 100644
--- a/vpp-userdemo/README.md
+++ b/vpp-userdemo/README.md
@@ -13,14 +13,19 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-# INTRO:
+# INTRO
This is a Vagrant based user demo environment for beginners with VPP
-It walks a user through
-- each of the commands,
-- the expected output,
-- gives a file of the commands used to try themselves
+to access the GUI for the demo, simply open up your favorite browser and point it at
+` http://localhost:5000 `
+
+# RUNNING DEMOS VIA GUI
+
+- click on a tutorial from the list appearing on the side navigation bar.
+- Once the selected tutorial is loaded, click the "NEXT" button, or hit the SPACE bar to go through the steps.
+- Each step is executing the shown command against the VM, showing the response on the console that appears at the bottom of the GUI.
+
# REQUIREMENTS
- vagrant (1.8)