mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Doc ynh-dev command
This commit is contained in:
parent
0fe1caffc9
commit
d167d3e86d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue