aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 51228c9..3cb9ccd 100644
--- a/readme.md
+++ b/readme.md
@@ -8,3 +8,8 @@ Script to update modpacks automatically
Simply put the location of your `mods` folder in `pack-location.txt` and run `python update.py install`
Requires the `requests` module.
+
+#### Maintenance:
+
+To check `downloads.txt` modlist for updates against `latest-urls.txt` modlist, run `python update.py check_updates`
+To automatically populate `downloads.txt` with the most recent versions of mods listed in `latest-urls.txt` run `python update.py apply_updates`