diff options
author | Alexander Hayden <alexhayden25@gmail.com> | 2019-02-04 12:15:00 -0500 |
---|---|---|
committer | Alexander Hayden <alexhayden25@gmail.com> | 2019-02-04 12:15:00 -0500 |
commit | 8005ef8bd1bdee8f41ff22d331bdb7eedd44621e (patch) | |
tree | c06110cd7574f0661c3c82f1ae3fd461b06b48d1 /readme.md | |
parent | b1c239b876d7f9899a9815d5510fff5b0a7f1e7d (diff) | |
download | modpackman-8005ef8bd1bdee8f41ff22d331bdb7eedd44621e.tar.gz modpackman-8005ef8bd1bdee8f41ff22d331bdb7eedd44621e.zip |
Fix readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,8 +12,8 @@ Simply put the location of your `mods` folder in `pack-location.txt` and run `py #### Maintenance: -To check `downloads.txt` modlist for updates against `mods.txt` modlist, run `python update.py check_updates`. +To check `version.txt` modlist for updates against `mods.txt` modlist, run `python update.py check_updates`. -To automatically populate `downloads.txt` with the most recent versions of mods listed in `mods.txt` run `python update.py apply_updates`. +To automatically populate `version.txt` with the most recent versions of mods listed in `mods.txt` run `python update.py apply_updates`. -Finally, to actually install your mods from the list in `downloads.txt`, run `python update.py install` +Finally, to actually install mods from the list in `version.txt`, run `python update.py install` |