From b9bbd5fcd673e6b309b01f78fb112825bb336d37 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 28 Nov 2022 16:10:58 -0600 Subject: [PATCH] Added improvements to installation steps for simplicity --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a563d7..a1a09304 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ All feedback and dev conversation happens in the #ow-rando channel on the [ALTTP # Installation from Source -1. Download the source code from the repository directly and put it in a folder of your choosing. +1. Download the source code from the repository directly and put it in a folder of your choosing. Any method of grabbing the source code is fine, but due to some changes on GitHub's site, some of the other alternatives might be better options for some people. + - Use [GitHub Desktop](https://desktop.github.com) to clone this repository to a folder on your computer. Once a repository is established, you can click `Fetch origin` or `Pull` to re-download whenever you want to grab the latest version. This is the best option for a simple one-click solution. + - Download the [source code](https://github.com/codemann8/ALttPDoorRandomizer/archive/refs/heads/OverworldShuffle.zip) from GitHub manually. 2. You must have Python installed (version 3.7 - 3.10 supported), and ensure PATH is included during the installation.