Extending README.md with installation instructions and screenshots

This commit is contained in:
2019-11-19 17:37:49 +01:00
parent 536577234b
commit 2fe9da37f3

View File

@@ -1,3 +1,30 @@
# dark_larry
# Dark Larry
This a "dark mode" extension for the roundcoube default skin "larry".
This is a "dark mode" extension for the roundcoube default skin "Larry".
## Installation
**Clone** this repository into your roundcube skin folder
```
cd /var/www/roundcube/skins
git clone https://winklerfamilie.eu/git/efelon/dark_larry.git
```
or **download and extract** it:
```
cd /var/www/roundcube/skins
wget https://winklerfamilie.eu/git/efelon/dark_larry/archive/master.tar.gz
tar xf master.tar.gz
rm master.tar.gz
```
**Replace the path above according to your installation!**
## Configuration
Dark Larry should now show up in your Settings `Preferences -> User Interface -> Interface skin` where you can activate it. Don't forget to clear your cache in case you experience some problems.
## Screenshots
![Mail 3 Column Layout](https://www.winklerfamilie.eu/file/file/download?guid=8b4e4523-707c-4416-84dc-7bf1c9ef91c3#.jpeg)
![Mail List Layout](https://www.winklerfamilie.eu/file/file/download?guid=24e66338-17dc-4d25-854d-756abb5f0a12#.jpeg)
![Settings](https://www.winklerfamilie.eu/file/file/download?guid=12a5e3b5-afad-4efe-96e7-4086659d46f4#.jpeg)
![Plugin Contacts](https://www.winklerfamilie.eu/file/file/download?guid=a3297f03-cd12-4516-9cf1-41769c6c1ed6#.jpeg)