mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
+How to upgrade test install
This commit is contained in:
parent
119886845b
commit
5691d71a32
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ This app is not in YunoHost app catalog. Test install, e.g.:
|
|||
~# git clone https://github.com/YunoHost-Apps/django_example_ynh.git
|
||||
~# yunohost app install django_example_ynh/ -f
|
||||
```
|
||||
To update:
|
||||
```bash
|
||||
~# cd django_example_ynh
|
||||
~/django_example_ynh# git fetch && git reset --hard origin/testing
|
||||
~/django_example_ynh# yunohost app upgrade django_example_ynh -u . -F
|
||||
```
|
||||
|
||||
To remove call e.g.:
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue