From d167d3e86d5b5e82d7712624060016a0ee59a9f7 Mon Sep 17 00:00:00 2001 From: Zamentur aka ljf Date: Fri, 6 May 2016 19:38:05 +0200 Subject: [PATCH] [fix] Doc ynh-dev command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f3c332..4fa66e5 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ helper to run a Vagrant virtual machine in the right place. ### Create the environment ```shell -ynh-dev create-env /path/to/dev/env +./ynh-dev create-env /path/to/dev/env ``` ### Run a container ``` cd /path/to/dev/env -ynh-dev run ynh.local virtualbox testing +./ynh-dev run ynh.local virtualbox testing ``` ## Inside the Virtual machine (VM)