From da8751031124e3161edc88eb3d79f22064b5d822 Mon Sep 17 00:00:00 2001 From: Danny Fullerton Date: Tue, 5 Apr 2016 21:11:03 -0400 Subject: [PATCH] Add clarification for the installation Highlight that the plugin name must match the directory name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb11f44..46abea6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The plugin is known to be working with Roundcube version 1.0 to 1.1.4. ## Installation 1. Install the code in the plugin directory (i.e. roundcube/plugins/yubikey_authentication/). -2. Add the plugin name in the `plugins` array of config file (config/config.inc.php formely main.inc.php). In this case the plugin directory name is 'yubikey_authentication' +2. Add the plugin name in the `plugins` array of the config file (config/config.inc.php formely main.inc.php). It must match the name of the directory used in #1. ```php $config['plugins'] = array('yubikey_authentication');