From a497df3fdf487c2297346dfd559e36cede9b4ea4 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 8 Oct 2015 16:23:23 -0400 Subject: [PATCH] added instructions to README file users need to configure some variables during setup. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ed82c6..30bc87d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ No news (aside from execution duration) is good news. To automatically pipe incoming messages to edward and send its replies: (Notice the added dot.) + $ cp edward_config.py.example edward_config.py + $ nano edward_config.py + $ cd ~ ; mv edward edward-src $ cp edward-src/procmailrc.example ~/.procmailrc $ nano .procmailrc -- 2.25.1