From 64774c01747b1c6139a8094b73a6dfd2d87477ef Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:32:54 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 212be7f..3ba175d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If everything looks good and doesn't break things I'll merge it in. Longer Version: Things that are needed: -* [VSCode](https://code.visualstudio.com/)) Make sure you check all the boxes for context menus. ![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/7a84b624-32fe-4845-a0f6-2b9f39795070) +* [VSCode](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. ![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/7a84b624-32fe-4845-a0f6-2b9f39795070) * The Game * [Git](https://git-scm.com/downloads) (Use the default for everything. Just keep clicking Next) * Motivation to learn @@ -27,8 +27,9 @@ Installation: ![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/61e818e6-11f9-450d-9d7d-263d109dbf56) -4. Back to your fork, click on the green Code button and click Download ZIP. Extract the contents into the game folder and Replace All. -5. Your source folder should be good to go and look like this. +4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`. +5. Copy the contents of the new folder created with git clone into the game folder and replace all. +6. Your source control menu should be good to go and look like this. ![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/c19787a0-172d-4a08-a37a-e3b56e70e86a)