From a84c7e242d4b667c281acbd944e8ef3a7291495d Mon Sep 17 00:00:00 2001 From: Tekaoh Date: Fri, 9 Nov 2018 12:46:32 -0600 Subject: [PATCH] Edit README to update the repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2515f9c..0124f631 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you haven't already, please install Git for Windows https://git-scm.com/downl Open a GIT Bash in your client folder. Run the following commands: git init . - git remote add -f origin https://someone@bitbucket.org/theswgsource/client-1.2.git + git remote add -f origin https://someone@bitbucket.org/theswgsource/client-assets-1.2.git git checkout master You may now get updates to your client by opening a GIT Bash and running: