summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/VirtEnvDeploy.rst
diff options
context:
space:
mode:
authorrandyl <r.levensalor@cablelabs.com>2017-03-29 14:25:06 -0600
committerrandyl <r.levensalor@cablelabs.com>2017-03-29 14:25:06 -0600
commitc75f6807b6f2182b9a093407a5ed97bd79e81245 (patch)
treeb16a8b6c58c78e182f719ce7321ce52a2d442c27 /docs/how-to-use/VirtEnvDeploy.rst
parentb13ca832ffc24920a7c8ca637f7c468c1306a374 (diff)
Correcting minor issues with the documentation
Correcting some formatting and minor content changes. Change-Id: Idf75e8c6985bae9a2df26c54c559a20d46b6ac1f Signed-off-by: randyl <r.levensalor@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/VirtEnvDeploy.rst')
-rw-r--r--docs/how-to-use/VirtEnvDeploy.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/how-to-use/VirtEnvDeploy.rst b/docs/how-to-use/VirtEnvDeploy.rst
index 58a33d5..f8a1e3c 100644
--- a/docs/how-to-use/VirtEnvDeploy.rst
+++ b/docs/how-to-use/VirtEnvDeploy.rst
@@ -23,19 +23,19 @@ Use launcher.py to deploy and clean up example environments. These examples are
::
- cd <snaps repo>/examples/
+ cd <snaps repo>/examples/
#. Deploy the launcher.
::
- $ python launcher.py -e ./complex-network/deploy-complex-network.yaml -d
+ python launch.py -e ./complex-network/deploy-complex-network.yaml -d
#. Clean the deployment.
::
- $ python launcher.py -e ./complex-network/deploy-complex-network.yaml -c
+ python launch.py -e ./complex-network/deploy-complex-network.yaml -c
#. Customize the deployment by changing the yaml file.