diff options
author | Alexander Hayden <alexhayden25@gmail.com> | 2019-02-02 10:51:56 -0500 |
---|---|---|
committer | Alexander Hayden <alexhayden25@gmail.com> | 2019-02-02 10:51:56 -0500 |
commit | 39f07d92af6f363175f3c09ccbd73b4093b4f172 (patch) | |
tree | 2f6095a621c2931f15ceedd6100947c80c52d2d3 | |
parent | 9b54f7454d2dc72cfac8ea708ac69113e2d75a33 (diff) | |
download | modpackman-39f07d92af6f363175f3c09ccbd73b4093b4f172.tar.gz modpackman-39f07d92af6f363175f3c09ccbd73b4093b4f172.zip |
markdown
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,4 +12,5 @@ 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` |