From 57a1e4c6cfb0fa9857322f4110322bb7400f882b Mon Sep 17 00:00:00 2001 From: Mike Kusold Date: Fri, 2 Sep 2016 12:39:00 -0600 Subject: [PATCH] Updating README regarding using full paths for cron. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baf9936..afa57d5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ I would recommend setting this up as a cron job for automatic syncing. 2. `*/10 * * * * todoist-habitrpg -u habitRpgUserId -t habitRpgApiToken -a todoistApiToken` 3. Verify it was saved with `crontab -l` +Troubleshooting: If this doesn't work for you, please use absolute paths or adjust the PATH for your cron. + ## Current Limitations * Only supports syncing from Todoist -> HabitRPG. * Only supports basic task syncing. Subtasks get synced as a toplevel task in HabitRPG