Update README.md

This commit is contained in:
va7eex 2017-02-04 21:17:08 -08:00 committed by GitHub
parent c7b00edc0f
commit 3745bef254

View File

@ -8,4 +8,5 @@ This requires the following:
To begin please run get_tle.py, preferably add it to a daily cron task. Afterwards run "bash sats.sh NOAA-##" for NOAA-15, -18, or -19 (your preference).
Occasionally things will get backed up and its best to clear everything in the pending At jobs with the following command:
for i in `atq | awk '{print $1}'`;do atrm $i;done