diff options
author | Alexander Hayden <alexhayden25@gmail.com> | 2019-02-02 10:37:40 -0500 |
---|---|---|
committer | Alexander Hayden <alexhayden25@gmail.com> | 2019-02-02 10:37:40 -0500 |
commit | 0d5c8a8d21eb6e2cd4bd9ebd8fd53aef13cfb52a (patch) | |
tree | aa5872cf92773b6c949a9b2efa52564eb2f4d1a1 /readme.md | |
parent | 81d427007544de048ce684ac69b86959ef7e6a6f (diff) | |
download | modpackman-0d5c8a8d21eb6e2cd4bd9ebd8fd53aef13cfb52a.tar.gz modpackman-0d5c8a8d21eb6e2cd4bd9ebd8fd53aef13cfb52a.zip |
C L A R I F Y T H E W O R D S
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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` |