summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/VirtEnvDeploy.rst
diff options
context:
space:
mode:
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.