Update README.md
This commit is contained in:
parent
5847147022
commit
a12ea29d61
38
README.md
38
README.md
@ -1 +1,37 @@
|
||||
# test-repo
|
||||
# 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.
|
||||
-
|
||||
<br>
|
||||
**OR**
|
||||
<br>
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user