mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[doc] we don't uses the unstable box anymore
This commit is contained in:
parent
22480b2b01
commit
a638e7f819
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ To kill the vm (this will destroy it), just do on your host:
|
|||
|
||||
```bash
|
||||
cd /path/to/dev/env
|
||||
vagrant destroy unstable
|
||||
vagrant destroy stretch-unstable
|
||||
# or
|
||||
./ynh-dev kill
|
||||
```
|
||||
|
@ -183,7 +183,7 @@ To suspend the VM:
|
|||
|
||||
```bash
|
||||
cd /path/to/dev/env
|
||||
vagrant suspend unstable
|
||||
vagrant suspend stretch-unstable
|
||||
```
|
||||
|
||||
## Develop on a remote server
|
||||
|
|
Loading…
Reference in a new issue