add documentation

Esse commit está contido em:
Simon Vieille 2020-10-16 13:42:23 +02:00
commit a71a8c7208
Assinado por: deblan
ID da chave GPG: 03383D15A1D31745
1 arquivos alterados com 9 adições e 2 exclusões

Ver arquivo

@ -17,11 +17,18 @@ You like this app and you want to support me? [Buy me a coffee](https://www.buym
Installation and upgrade
------------------------
Custom menu is available from the app store. If you want to install it from source: go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip). Copy the content into `apps`.
Custom menu is available from the app store.
```
$ cd /path/to/nextcloud
$ php occ app:install side_menu
```
If you want to install it from source, go to https://gitnet.fr/deblan/side_menu/releases and copy the link to the last release (side_menu_vX.Y.Z.tar.gz). Then:
```
$ cd /path/to/nextcloud/apps
$ unzip /path/to/side_menu_vX.Y.Z.zip # tar xvf /path/to/side_menu_vX.Y.Z.tar.gz
$ curl -sS https://gitnet.fr/attachments/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | tar xvfz -
```
Administrators can edit many settings using the administration page.