From dda68a1165c4010ceca7f31fffa4270904361f50 Mon Sep 17 00:00:00 2001 From: Arlind Date: Sat, 22 Nov 2025 22:37:55 +0100 Subject: [PATCH] Update how-to-use.md --- how-to-use.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/how-to-use.md b/how-to-use.md index 4b976e7..e26e510 100644 --- a/how-to-use.md +++ b/how-to-use.md @@ -11,12 +11,12 @@ If anything is unclear, just shoot me a message on Discord. It may take anywhere from 10 to 30 minutes, depending on how many skins you’re uploading and how good you are with using computers! -## 1. Create Your Account on git.sulejmani.xyz +## 1. Create Your Account on git.sulej.net **(If you don't want to share your mail with me DM me on Discord, only I can see it if you create your account with your mail)** Sign up here: -[https://git.sulejmani.xyz/user/sign\_up](https://git.sulejmani.xyz/user/sign_up) +[https://git.sulej.net/user/sign\_up](https://git.sulej.net/user/sign_up) ![Register](/docs/register.png) @@ -35,7 +35,7 @@ I would greatly appreciate if you set a profile picture for your account! ## 2. Create a New Repository -Still on [https://git.sulejmani.xyz/](https://git.sulejmani.xyz/), click the **+** icon in the top right corner to create a new repo. +Still on [https://git.sulej.net/](https://git.sulej.net/), click the **+** icon in the top right corner to create a new repo. ![Start Creating New Repo](/docs/start_create_new_repo.png) @@ -77,11 +77,11 @@ 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 +git config --global user.email "{yourusername}@sulej.net" # or your real mail if you dont mind anyone looking git lfs install -git clone https://git.sulejmani.xyz/{yourusername}/{yourrepositoryname}.git +git clone https://git.sulej.net/{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. @@ -206,9 +206,9 @@ You might see Skins that show up with the exact same name in your README.md, thi --- -## 11. Adding your skin to https://git.sulejmani.xyz/osc/skins +## 11. Adding your skin to https://git.sulej.net/osc/skins -After you did every step it should be in https://git.sulejmani.xyz/osc/skins after a couple minutes, if it doesn't show up please message me on Discord. +After you did every step it should be in https://git.sulej.net/osc/skins after a couple minutes, if it doesn't show up please message me on Discord. ---