Update README.md
This commit is contained in:
parent
e1995ab1b0
commit
5cdc25ad9c
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue