diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a7b3c8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Installation + +1. Clone this repository into Stardew Valley's game directory. + + - Right click on Stardew Valley in your Steam library. + - Manage > Browse local files. + +2. Name the cloned directory `Mods`. + + - Steam Deck/Linux users can use this command to clone the repository: + + ```sh + git clone https://git.vomitblood.com/Vomitblood/stardew-valley-mods.git Mods + ``` + + - Stardew Valley game directory should look like this: + ![screenshot](assets/screenshot.png) + +3. Install SMAPI. Follow the instructions for your platform on [the official website](https://smapi.io/). +4. Run the game. Profit. diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..1b08df8 Binary files /dev/null and b/assets/screenshot.png differ