From e5bc667470720a0fc0e36f169942c240dca80dae Mon Sep 17 00:00:00 2001 From: Ken Barbour Date: Sat, 23 Jul 2022 10:58:19 -0400 Subject: [PATCH] update README; added dep and clarified cronjobs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe331f..1b54ecf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ a major version number. * [shunit2](https://github.com/kward/shunit2) (for development and testing) * rtl_fm * atd +* sox ## Usage Use `wxrx help` or `wxrx help` for helptext for any of the scripts. @@ -30,7 +31,7 @@ Use `wxrx help` or `wxrx help` for helptext for any of the scripts. ### Example usage * Set `wxrx/web/public` as a web server document root -* Add `wxrx update && wxrx schedule` as a daily cronjoba +* Add `PWD=/srv/wxrx wxrx update && wxrx schedule` as a daily cronjobs. Set PWD to a path to store data. ## Further reading [github.com/nootropicdesign/wx-ground-station](https://github.com/nootropicdesign/wx-ground-station)