Fix README with compile instruction

Signed-off-by: David Goulet <dgoulet@riseup.net>
This commit is contained in:
David Goulet 2017-02-06 20:08:15 -05:00 committed by David Goulet
parent 41d9edec47
commit cc076fec13

View File

@ -41,10 +41,9 @@ Requirements
Installation Installation
------------------------------------- -------------------------------------
* Use `make dovecot-install` to download and build dovecot 2.2.21 in a sub- * Run `autogen.sh` and then `./configure`.
directory. It's a local installation and your system won't be affected.
* Type `make all` to compile the plugin. * Type `make` to compile the plugin.
* Find the plugin at `src/.libs/lib18_scrambler_plugin.so`. * Find the plugin at `src/.libs/lib18_scrambler_plugin.so`.