diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-03 15:23:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-03 15:23:54 -0400 |
commit | 5ad74396fc882d73327fac0d718adf3a2d731efa (patch) | |
tree | 52c1f15d5748b257624806d14db4445b9d606127 /src/StardewModdingAPI.Installer | |
parent | 96da7c1cbc19e079e06fe8c7c857ffe86c0d9848 (diff) | |
download | SMAPI-5ad74396fc882d73327fac0d718adf3a2d731efa.tar.gz SMAPI-5ad74396fc882d73327fac0d718adf3a2d731efa.tar.bz2 SMAPI-5ad74396fc882d73327fac0d718adf3a2d731efa.zip |
correct manual install steps
Diffstat (limited to 'src/StardewModdingAPI.Installer')
-rw-r--r-- | src/StardewModdingAPI.Installer/readme.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/StardewModdingAPI.Installer/readme.txt b/src/StardewModdingAPI.Installer/readme.txt index 5f548398..09c751b0 100644 --- a/src/StardewModdingAPI.Installer/readme.txt +++ b/src/StardewModdingAPI.Installer/readme.txt @@ -35,5 +35,10 @@ If you really want to install SMAPI manually, here's how. 3. Copy the files from the "internal/Windows" folder (on Windows) or "internal/Mono" folder (on Linux/Mac) into your game folder. The `StardewModdingAPI.exe` file should be right next to the game's executable. -4. If you use Steam, see the install guide above to enable achievements and overlay. Otherwise, - just run StardewModdingAPI.exe in your game folder to play with mods. +4. + - Windows only: if you use Steam, see the install guide above to enable achievements and + overlay. Otherwise, just run StardewModdingAPI.exe in your game folder to play with mods. + + - Linux/Mac only: rename the "StardewValley" file (no extension) to "StardewValley-original", and + "StardewModdingAPI" (no extension) to "StardewValley". Now just launch the game as usual to + play with mods.
\ No newline at end of file |