diff options
author | Alexander Hayden <alexhayden25@gmail.com> | 2019-10-05 22:45:27 -0400 |
---|---|---|
committer | Alexander Hayden <alexhayden25@gmail.com> | 2019-10-05 22:45:27 -0400 |
commit | d53dcca713658074845ab1748a2cb5a4ce5916bf (patch) | |
tree | 3d7db419754f986cf078573c34006b9b89daeae6 | |
parent | 6b598c8a00bde2ec4b8eb2eb08ca8af6c92b7545 (diff) | |
download | modpackman-d53dcca713658074845ab1748a2cb5a4ce5916bf.tar.gz modpackman-d53dcca713658074845ab1748a2cb5a4ce5916bf.zip |
fix readme
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,4 +19,4 @@ To automatically populate `version.txt` with the most recent versions of mods li Finally, to actually install mods from the list in `version.txt`, run `python update.py install` -***NOTE***: `check_updates` and `apply_updates` require you have the `selenium` module installed +***NOTE***: `check_updates` and `apply_updates` require you to have the `selenium` module installed |