mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[mod] document how to use halt subcmd.
This commit is contained in:
parent
0dd02b342f
commit
051eccf295
1 changed files with 6 additions and 0 deletions
|
@ -164,6 +164,12 @@ cd /path/to/dev/env
|
||||||
vagrant suspend unstable
|
vagrant suspend unstable
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To halt a vm:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./ynh-dev halt
|
||||||
|
```
|
||||||
|
|
||||||
## 2. Directly on a YunoHost instance
|
## 2. Directly on a YunoHost instance
|
||||||
|
|
||||||
Firstly, you need to understand that it is a dev tool, you shouldn't run it on a production environment !
|
Firstly, you need to understand that it is a dev tool, you shouldn't run it on a production environment !
|
||||||
|
|
Loading…
Add table
Reference in a new issue