Update how-to-use.md
All checks were successful
Update Community Skins README / gather-skins (push) Successful in 13s
Update Community Skins README / generate-readme (push) Successful in 2s
Update Community Skins README / commit-readme (push) Successful in 2s

This commit is contained in:
Arlind
2025-10-08 20:17:38 +02:00
parent ab87e7979d
commit a4a4a1d990

View File

@@ -74,6 +74,7 @@ If you dont have Git installed, download it here:
Choose where to clone the repo (e.g. `D:/git/`) and run: Choose where to clone the repo (e.g. `D:/git/`) and run:
```bash ```bash
git config --global user.name "Your Name" git config --global user.name "Your Name"
git config --global user.email "{yourusername}@sulejmani.xyz" # or your real mail if you dont mind anyone looking git config --global user.email "{yourusername}@sulejmani.xyz" # or your real mail if you dont mind anyone looking
@@ -83,6 +84,8 @@ git lfs install
git clone https://git.sulejmani.xyz/{yourusername}/{yourrepositoryname}.git git clone https://git.sulejmani.xyz/{yourusername}/{yourrepositoryname}.git
``` ```
If you use git for other stuff like work, do not use --global and instead run the same command in the repository.
--- ---
## 5. Prepare Your Skins ## 5. Prepare Your Skins