add documentation

This commit is contained in:
Simon Vieille 2020-03-30 10:44:46 +02:00
parent 57b6d89dd6
commit e6520336ce
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 25 additions and 0 deletions

View File

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