add documentation

Bu işleme şunda yer alıyor:
Simon Vieille 2020-10-16 13:42:23 +02:00
ebeveyn cf80c3512c
işleme a71a8c7208
İmzalayan: deblan
GPG Anahtar Kimliği: 03383D15A1D31745
1 değiştirilmiş dosya ile 9 ekleme ve 2 silme

Dosyayı Görüntüle

@ -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.