aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAlexander Hayden <alexhayden25@gmail.com>2019-02-04 12:15:00 -0500
committerAlexander Hayden <alexhayden25@gmail.com>2019-02-04 12:15:00 -0500
commit8005ef8bd1bdee8f41ff22d331bdb7eedd44621e (patch)
treec06110cd7574f0661c3c82f1ae3fd461b06b48d1 /readme.md
parentb1c239b876d7f9899a9815d5510fff5b0a7f1e7d (diff)
downloadmodpackman-8005ef8bd1bdee8f41ff22d331bdb7eedd44621e.tar.gz
modpackman-8005ef8bd1bdee8f41ff22d331bdb7eedd44621e.zip
Fix readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 5461962..cf9835b 100644
--- a/readme.md
+++ b/readme.md
@@ -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`