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 ```