[fix] Doc ynh-dev command

This commit is contained in:
Zamentur aka ljf 2016-05-06 19:38:05 +02:00
parent 0fe1caffc9
commit d167d3e86d

View file

@ -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)