From a4a4a1d99051db893154a0738966a2c3f962165f Mon Sep 17 00:00:00 2001 From: Arlind Date: Wed, 8 Oct 2025 20:17:38 +0200 Subject: [PATCH] Update how-to-use.md --- how-to-use.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/how-to-use.md b/how-to-use.md index 4ab6e2a..4b976e7 100644 --- a/how-to-use.md +++ b/how-to-use.md @@ -74,6 +74,7 @@ If you don’t have Git installed, download it here: Choose where to clone the repo (e.g. `D:/git/`) and run: + ```bash 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 @@ -83,6 +84,8 @@ git lfs install 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