mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Add info how to install
This commit is contained in:
parent
49117c87ee
commit
2b68910b8e
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@ These projects used `django_example_ynh`:
|
|||
|
||||
## package installation / debugging
|
||||
|
||||
This app is not in YunoHost app catalog. Test install, e.g.:
|
||||
```bash
|
||||
~# git clone https://github.com/YunoHost-Apps/django_example_ynh.git
|
||||
~# yunohost app install django_example_ynh/ -f
|
||||
```
|
||||
|
||||
To remove call e.g.:
|
||||
```bash
|
||||
sudo yunohost app remove django_example_ynh
|
||||
|
|
Loading…
Reference in a new issue