From 322620515ae55f50dfbba10bbd17472b0ebcf5a2 Mon Sep 17 00:00:00 2001 From: Tekaoh Date: Wed, 7 Nov 2018 17:43:44 -0600 Subject: [PATCH] update readme to include some setup instructions --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 372f0c28..c2515f9c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# README # +# README -This repo is for the client assets that were added for 1.2. Feel free to add to this repo for future versions beyond 1.2. \ No newline at end of file +This repo is for the client assets that were added since 1.2. If you would like to make a pull request, please do not add any new .tre files. Please just work with the plain directory structure for now. Thanks! + +## Instructions: +Please download the Client for v1.2 from https://bit.ly/swgClient (or https://www.swgsource.com/forums/threads/swg-source-v1-2-linux-server-vm.829/) + +If you haven't already, please install Git for Windows https://git-scm.com/download/win + +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 checkout master + +You may now get updates to your client by opening a GIT Bash and running: + + git pull \ No newline at end of file