From f5eb4d27a14e403080306de2334cfa20784dc48f Mon Sep 17 00:00:00 2001 From: julienmalik Date: Fri, 26 Aug 2016 14:39:10 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f2e9f34..a5531e7 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ this package: You can extend - or even override - the Roundcube configuration which is coming with this package in the file `conf/local.inc.php`. Do not edit the file -`conf/config.inc.php` as it will be overriden with upgrades. +`conf/config.inc.php` as future upgrades will overwrite it. ### Plugins -You can also install other plugins - which will not removed with upgrades. To do so, +You can also install other plugins - which will not be removed with upgrades. To do so, you can use the official [Plugin Repository](https://plugins.roundcube.net/). #### From the Plugin Repository @@ -46,8 +46,8 @@ Let's say for example that we want to install the $ sudo -i ``` -2. Log as the `www-data` user - which owns the roundcube directory - and navigate - under it: +2. Log in as the `www-data` user - which owns the roundcube directory - and navigate + in it: ``` # su -s /bin/bash - www-data $ cd /var/www/roundcube @@ -59,7 +59,7 @@ Let's say for example that we want to install the $ COMPOSER_HOME=./.composer php composer.phar require "kitist/html5_notifier" ``` -4. Enable it in the local configuration file `conf/local.inc.php` using you're +4. Enable it in the local configuration file `conf/local.inc.php` using your favorite text editor by adding: ```