Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Add clarification for the installation
Browse files Browse the repository at this point in the history
Highlight that the plugin name must match the directory name.
  • Loading branch information
northox committed Apr 6, 2016
1 parent dc5cd10 commit da87510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit da87510

Please sign in to comment.