diff --git a/README.md b/README.md index 1e42401..e52d465 100644 --- a/README.md +++ b/README.md @@ -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.