From 220cc7f7fa6fd4f136f9996c079802622d40bbf6 Mon Sep 17 00:00:00 2001 From: lluni Date: Wed, 2 Aug 2023 00:02:51 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5253b50..fca862f 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ /absolute/path/to/conda run -n reddit python script.py ``` -6. Open the a (user) cronjob editor with `crontab -e` and add the line `0 * * * * /absolute/path/to/post_toots.sh > /dev/null 2>&1`. This cronjob runs hourly and the command outputs are not mailed to the user. Alternatively, `2>&1` can be ommited for debugging purposes if the error outputs should be mailed to the user. +6. Open the (user) cronjob editor with `crontab -e` and add the line `0 * * * * /absolute/path/to/post_toots.sh > /dev/null 2>&1`. This cronjob runs hourly and the command outputs are not mailed to the user. Alternatively, `2>&1` can be ommited for debugging purposes if the error outputs should be mailed to the user.