mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Improve README
This commit is contained in:
parent
0614bb19c8
commit
31fbec2eb7
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -16,25 +16,26 @@ Provided version: **1.5.1**
|
||||||
Use either YunoHost's admin panel or command line:
|
Use either YunoHost's admin panel or command line:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yunohost app install --url grav https://github.com/YunoHost-Apps/grav_ynh
|
sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For upgrading (replace `grav` by the actual instance ID if more instances are installed):
|
||||||
```sh
|
```sh
|
||||||
sudo yunohost app upgrade --url https://github.com/YunoHost-Apps/grav_ynh kanboard
|
sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh
|
||||||
```
|
```
|
||||||
|
|
||||||
# State of this package
|
# State of this package
|
||||||
|
|
||||||
* works fine:
|
* works fine:
|
||||||
[x] install/remove/backup/remove/upgrade with x86_64
|
* [x] install/remove/backup/remove/upgrade with x86_64
|
||||||
|
|
||||||
* to be confirmed:
|
* to be confirmed:
|
||||||
[ ] upgrade from old package to new package
|
* [x] upgrade from old package to new package
|
||||||
[ ] impact of upgrade on content
|
* [ ] impact of upgrade on content
|
||||||
[ ] ARM
|
* [ ] ARM
|
||||||
|
|
||||||
* to be added:
|
* to be added:
|
||||||
[ ] send email to admin
|
* [ ] send email to admin
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue