From e6520336cee00afa8382af0973832dfd71ba3b42 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 30 Mar 2020 10:44:46 +0200 Subject: [PATCH] add documentation --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e015834..aa5cf97 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,31 @@ This application moves the top menu of Nextcloud to the left side. Comptatible with AppOrder. +Installation +------------ + +Go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip). + +Copy the archive to your Nextcloud server. + +``` +$ cd /path/to/nextcloud/apps +$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip +``` + +Upgrade +------- + +Go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip). + +Copy the archive to your Nextcloud server. + +``` +$ cd /path/to/nextcloud/apps +$ rm -frv side_menu +$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip +``` + ![](https://upload.deblan.org/u/2020-03/5e7fab2b.jpg) ![](https://upload.deblan.org/u/2020-03/5e7fab16.jpg)