-
Notifications
You must be signed in to change notification settings - Fork 239
Updating FediFetcher
It's really important to stay up to with FediFetcher so you always get the latest features and bugfixes.
You may subscribe to new releases using GitHub's 'Watch' feature:
- Navigate to the FediFetcher repository
- In the top bar click 'Watch' then 'Custom'
- Tick 'Releases' then press 'Apply'
You should now get an email for every new release.
You may additionally want to subscribe to the #FediFetcher hashtag on your instance, as that's where I post any relevant updates and announcements.
How you update depends on how you are running FediFetcher.
Always read the release notes to see if there is anything noteworthy mentioned in there, but these are the general needed to take update FediFetcher, depending on your chosen method of running it:
Simply navigate to your fork of FediFetcher, then click 'Sync Fork', and then 'Update Branch':
- Update your copy of FediFetcher:
git pull
- Update your dependencies:
pip install -r requirements.txt
- Navigate to your FediFetcher directory:
cd /opt/FediFetcher
- Update your copy of FediFetcher:
git pull
- Update your dependencies:
pip install -r requirements.txt
- Open your command prompt
- Navigate to
C:\FediFetcher
- Update your copy of FediFetcher:
git pull
- Update your dependencies:
pip install -r requirements.txt
Fork it and send a pull request. Read Contributing to FediFetcher for more info.