side_menu/README.md

41 lines
952 B
Markdown
Raw Normal View History

2020-03-28 21:00:06 +01:00
🤙 Nextcloud app / Side menu 🎨
===============================
2020-03-28 20:51:49 +01:00
2020-03-28 20:55:54 +01:00
This application moves the top menu of Nextcloud to the left side.
2020-03-28 20:51:49 +01:00
Comptatible with AppOrder.
2020-03-30 10:44:46 +02:00
Installation
------------
2020-04-09 10:52:58 +02:00
Side menu is availabe 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).
2020-03-30 10:44:46 +02:00
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
```
2020-03-28 20:53:32 +01:00
![](https://upload.deblan.org/u/2020-03/5e7fab2b.jpg)
2020-03-28 20:51:49 +01:00
2020-03-30 10:47:45 +02:00
![](https://upload.deblan.org/u/2020-03/5e81b219.jpg)
2020-04-09 10:52:58 +02:00
![](https://upload.deblan.org/u/2020-04/5e8ee1f7.jpg)