1.2 KiB
1.2 KiB
XLabs
Installation
Prerequisites: Installing Git
If you don't have git
installed on your machine, follow these steps:
- Visit the Git download page.
- Download the appropriate version for your operating system.
- 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.
- After installation, open a terminal or command prompt and type
git --version
to ensure Git is correctly installed.
Installation Steps
- Direct Download
- Click on
Code
and thenDownload ZIP
. - Extract the
.zip
file to a location of your choice.
- Click on
**OR**
- Using Git
- Open a terminal or command prompt.
- Run the following command:
git clone https://github.com/YourUsername/GameClientRepo.git
Setting Up
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.