From a71a8c7208516a7273aca24c3114c056d4a2e6c8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 16 Oct 2020 13:42:23 +0200 Subject: [PATCH] add documentation --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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.