diff --git a/docs/en/admins/08_FeedUpdates.md b/docs/en/admins/08_FeedUpdates.md index a2e8e7ce6..e1a02af31 100644 --- a/docs/en/admins/08_FeedUpdates.md +++ b/docs/en/admins/08_FeedUpdates.md @@ -18,7 +18,7 @@ It's advisable that you run the Cron job as your Web server user (often `www-dat To run the updater script every hour, and 10 minutes past the hour: -Run `sudo crontab -e` and copy the following line into the crontab: +Edit `/etc/crontab` and append the following line: ```text 10 * * * * www-data php -f /usr/share/FreshRSS/app/actualize_script.php > /tmp/FreshRSS.log 2>&1 ```