diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-05 18:15:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-05 18:15:20 -0400 |
commit | 6d4e014998f18ded4d9909e0af6135bd6af603cb (patch) | |
tree | 96ca70ab1e54027d3261d3dc11cfc17a0f0c09a2 /src/StardewModdingAPI.Installer | |
parent | e2af64c7a9a27432d018c4e30934630e983e764f (diff) | |
download | SMAPI-6d4e014998f18ded4d9909e0af6135bd6af603cb.tar.gz SMAPI-6d4e014998f18ded4d9909e0af6135bd6af603cb.tar.bz2 SMAPI-6d4e014998f18ded4d9909e0af6135bd6af603cb.zip |
add quick summary to installer readme
Diffstat (limited to 'src/StardewModdingAPI.Installer')
-rw-r--r-- | src/StardewModdingAPI.Installer/readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/StardewModdingAPI.Installer/readme.txt b/src/StardewModdingAPI.Installer/readme.txt index 3865c768..c5a1caa6 100644 --- a/src/StardewModdingAPI.Installer/readme.txt +++ b/src/StardewModdingAPI.Installer/readme.txt @@ -1 +1,4 @@ -See instructions at http://canimod.com/guides/using-mods#installing-smapi.
\ No newline at end of file +On Windows, double-click install.exe. +On Linux or Mac, open a terminal and run `mono install.exe`. + +For more detailed instructions, see http://canimod.com/guides/using-mods#installing-smapi.
\ No newline at end of file |