Extending README.md with installation instructions and screenshots
This commit is contained in:
31
README.md
31
README.md
@@ -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
|
||||

|
||||

|
||||

|
||||

|
Reference in New Issue
Block a user