aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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`