Update how-to-use.md
Some checks failed
Update Community Skins README / generate-readme (push) Has been skipped
Update Community Skins README / gather-skins (push) Failing after 7s
Update Community Skins README / commit-readme (push) Has been skipped

This commit is contained in:
2025-11-22 22:37:55 +01:00
parent 0b24d3390f
commit dda68a1165

View File

@@ -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 youre uploading and how good you are with using computers! It may take anywhere from 10 to 30 minutes, depending on how many skins youre 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)** **(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: 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) ![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 ## 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) ![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 ```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}@sulej.net" # or your real mail if you dont mind anyone looking
git lfs install 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. 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.
--- ---