update README; added dep and clarified cronjobs

master
Ken Barbour 2022-07-23 10:58:19 -04:00
parent 3642a41098
commit e5bc667470
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ a major version number.
* [shunit2](https://github.com/kward/shunit2) (for development and testing) * [shunit2](https://github.com/kward/shunit2) (for development and testing)
* rtl_fm * rtl_fm
* atd * atd
* sox
## Usage ## Usage
Use `wxrx help` or `wxrx <command> help` for helptext for any of the scripts. Use `wxrx help` or `wxrx <command> help` for helptext for any of the scripts.
@ -30,7 +31,7 @@ Use `wxrx help` or `wxrx <command> help` for helptext for any of the scripts.
### Example usage ### Example usage
* Set `wxrx/web/public` as a web server document root * 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 ## Further reading
[github.com/nootropicdesign/wx-ground-station](https://github.com/nootropicdesign/wx-ground-station) [github.com/nootropicdesign/wx-ground-station](https://github.com/nootropicdesign/wx-ground-station)