From 78c824754bc55f8cc1cc84119690a634451d979a Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Fri, 23 Oct 2020 11:57:29 +0100 Subject: [PATCH] Tweaked install instructions a little --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 6c07823..ed3c7fd 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -26,11 +26,11 @@ which makes a bunch of things better: ### Cloning The best way is to clone this repository as a submodule; that way you can contribute -pull requests if you want. +pull requests if you want. The project should be placed in your project's Plugins folder. ``` -> cd YourProject\Plugins -> git submodule add https://github.com/sinbad/StevesUEHelpers +> cd YourProject +> git submodule add https://github.com/sinbad/StevesUEHelpers Plugins/StevesUEHelpers > git add ../.gitmodules > git commit ```