From a12ea29d61b756e738f7eb67f08261d40dc89fdb Mon Sep 17 00:00:00 2001 From: Rimmy J <100532722+Ahrimdon@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:33:31 -0400 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 639f958..a367bc5 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ -# test-repo \ No newline at end of file +# XLabs + +## Installation + +### Prerequisites: Installing Git + +If you don't have `git` installed on your machine, follow these steps: + +1. Visit the [Git download page](https://git-scm.com/downloads). +2. Download the appropriate version for your operating system. +3. Run the installer. + - During the installation, you will be asked if you want to add Git to your system's PATH environment variable. Ensure you choose the option to do so. This allows you to use Git from the command line without specifying its full path. +4. After installation, open a terminal or command prompt and type `git --version` to ensure Git is correctly installed. + +### Installation Steps + +1. **Direct Download** + - Click on `Code` and then `Download ZIP`. + - Extract the `.zip` file to a location of your choice. + - +
+**OR** +
+ +2. **Using Git** + - Open a terminal or command prompt. + - Run the following command: + ``` + git clone https://github.com/YourUsername/GameClientRepo.git + ``` +### Setting Up + +1. +``` +1. Move the `xlabs` folder to your local app data directory. + +> **Note**: Ensure the game client points to the correct local app data directory for proper functionality.