From 8005ef8bd1bdee8f41ff22d331bdb7eedd44621e Mon Sep 17 00:00:00 2001 From: Alexander Hayden Date: Mon, 4 Feb 2019 12:15:00 -0500 Subject: Fix readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') 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` -- cgit v1.2.3