From 5cdc25ad9c510ddfb631c4f3f38af01889f4d19a Mon Sep 17 00:00:00 2001 From: santiago Date: Wed, 21 May 2025 01:12:58 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bee7c0de..419bd752 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,13 @@ Save it as: ``` composer require google/apiclient:^2.0 ``` +## 5. Run command to create fedilist and get a token +``` +./create_fedilist.php +``` -## 5. Add the command to your cron to fetch the links regularly + +## 6. Add the command to your cron to fetch the links regularly ``` */5 * * * * /home/snac/fedi_slurp/fedi_slurp.php > /home/snac/logs/fedi_slurp.log 2>&1 ```