mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Incorrect run command example.
This commit is contained in:
parent
6a42bda074
commit
162c83f094
1 changed files with 4 additions and 1 deletions
|
@ -33,11 +33,14 @@ helper to run a Vagrant virtual machine in the right place.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run a container
|
### Run a container
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd /path/to/dev/env
|
cd /path/to/dev/env
|
||||||
./ynh-dev run ynh.local virtualbox testing
|
./ynh-dev run ynh.local testing
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The `run` command takes 2 arguments: domain and YunoHost version.
|
||||||
|
|
||||||
You'll be automatically logged in the VM through ssh.
|
You'll be automatically logged in the VM through ssh.
|
||||||
|
|
||||||
You probably wan't to run the postinstall now:
|
You probably wan't to run the postinstall now:
|
||||||
|
|
Loading…
Add table
Reference in a new issue