aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba8fe8a..12f7082 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ Setup instructions (Debian):
# set up cron job that calls bin/get-stock.py daily
# example:
- @daily bin/get-stock.py ORCL > public/current.json
+ @daily path/to/bin/get-stock.py ORCL > path/to/public/current.json
+
+ # another example (refresh 4 times a day)
+ 0 */6 * * * path/to/bin/get-stock.py ORCL > path/to/public/current.json
# symlink apache or whatever to public/ directory