From 41d9edec4771186fe9d7f07049e5d6f27045f041 Mon Sep 17 00:00:00 2001 From: David Goulet <dgoulet@riseup.net> Date: Mon, 6 Feb 2017 18:57:11 -0500 Subject: [PATCH] Update README with latest info Signed-off-by: David Goulet <dgoulet@riseup.net> --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2bdea4a..ced9f9d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Installation * Type `make all` to compile the plugin. -* Find the plugin at `dovecot/target/lib/dovecot/lib18_scrambler_plugin.so`. +* Find the plugin at `src/.libs/lib18_scrambler_plugin.so`. * Copy to `/usr/lib/dovecot/modules/` @@ -55,12 +55,6 @@ Installation See below for how to configure the plugin. -Tests -------------------------------------- - -* Install the gem requirements with `bundle install`. -* Run tests with `bundle exec make spec-all` - Database ------------------------------------- -- GitLab