mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Fix ynh-dev path inside the VM.
This commit is contained in:
parent
270cdef853
commit
c5e32076b5
1 changed files with 4 additions and 4 deletions
|
@ -45,22 +45,22 @@ advantages of the `ynh-dev` script.
|
|||
|
||||
### Upgrade the container
|
||||
```
|
||||
ynh-dev/ynh-dev upgrade
|
||||
/vagrant/ynh-dev upgrade
|
||||
```
|
||||
|
||||
### Deploy your change
|
||||
```
|
||||
ynh-dev/ynh-dev deploy
|
||||
/vagrant/ynh-dev deploy
|
||||
```
|
||||
|
||||
### Deploy your change in realtime (each time you saved source code)
|
||||
```
|
||||
ynh-dev/ynh-dev watch
|
||||
/vagrant/ynh-dev watch
|
||||
```
|
||||
|
||||
### Get ip address of your vm
|
||||
```
|
||||
ynh-dev/ynh-dev ip
|
||||
/vagrant/ynh-dev ip
|
||||
```
|
||||
|
||||
## More info
|
||||
|
|
Loading…
Add table
Reference in a new issue