[doc] we don't uses the unstable box anymore

This commit is contained in:
Laurent Peuch 2018-06-27 14:08:53 +02:00
parent 22480b2b01
commit a638e7f819

View file

@ -174,7 +174,7 @@ To kill the vm (this will destroy it), just do on your host:
```bash ```bash
cd /path/to/dev/env cd /path/to/dev/env
vagrant destroy unstable vagrant destroy stretch-unstable
# or # or
./ynh-dev kill ./ynh-dev kill
``` ```
@ -183,7 +183,7 @@ To suspend the VM:
```bash ```bash
cd /path/to/dev/env cd /path/to/dev/env
vagrant suspend unstable vagrant suspend stretch-unstable
``` ```
## Develop on a remote server ## Develop on a remote server