readme updates

This commit is contained in:
Jacob Haddon 2024-03-17 19:23:24 -04:00
parent 5e393fd674
commit edc7bcae6a

View File

@ -38,7 +38,13 @@ Example paths are given for CPanel type servers:
* Feed - /home/USER_NAME/public_html/feed.xml
* HTML - /home/USER_NAME/public_html/index.html
* Error Log - /home/USER_FOLDER/public_html/feed.log
* Error Log - /home/USER_NAME/public_html/feed.log
You can change the length of time the feed retains by altering this variable to the time youd like in weeks:
```
my $num_weeks = 2;
```
## The Site