Update how-to-use.md
This commit is contained in:
@@ -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)
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user