From 18b0650e92d07ba1d27f086638ed18771e16af3f Mon Sep 17 00:00:00 2001 From: Myles Markevich <39412600+mylesmarkevich@users.noreply.github.com> Date: Fri, 30 Nov 2018 10:03:40 -0600 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ee18ad4..3204114f 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,26 @@ This repo is for the CLIENT SIDE ONLY (i.e. this is NOT to be installed ON the server, only in your SWG Client folder) 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 + +You can download the v1.2.1 client from [here](https://bit.ly/SWGSourceClient121). 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: (For v1.2 only. v1.2.1 is coming soon and will be already set up.) +You may now get updates to your client by opening a Git Bash in your client folder and running: + + git pull + +## Instructions (v1.2): +If you have the SWG Source Client v1.2, you can configure it to recieve updates + +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: (For v1.2 only.) git init . git remote add -f origin https://github.com/SWG-Source/client-assets.git git checkout master -You may now get updates to your client by opening a GIT Bash and running: +You may now get updates to your client by opening a Git Bash and running: git pull