tUpdate readme - nws-forecast-mailer - fetch and deliver the NWS 48-hour forecast by email
git clone git://src.adamsgaard.dk/nws-forecast-mailer
Log
Files
Refs
README
LICENSE
---
commit 38df2fc85c1eacad9d0838b0d5d5d35f2f34125b
parent bef877bc9a8197c27e1d03160a466a3aec5b1d72
Author: Anders Damsgaard 
Date:   Wed,  3 Jan 2018 18:57:00 -0800

Update readme

Diffstat:
  M README.md                           |       4 ++--

1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
t@@ -5,11 +5,11 @@ and sends it as an e-mail.
 Licensed under the GNU Public License, v.3, see `LICENSE.txt` for details.
 
 ## Requirements
-`curl` and `mutt`
+`curl`, `mutt`, and `msmtp`
 
 ## Setup
 Configure the lat/long/zipcode/recipient e-mail address in `fetch_and_mail.sh`. 
 To get the weather forecast in your inbox every morning, add an entry to 
 crontab (using e.g.  `crontab -e`):
 
-    06 00 * * *  bash ~/nws-forecast-mailer/fetch_and_mail.sh > ~/.nws.log
+    06 00 * * *  cd ~/nws-forecast-mailer && bash fetch_and_mail.sh