mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-10 06:04:21 +00:00
docs(contributing): remove extra step (#2026)
This commit is contained in:
parent
8c6f99a470
commit
8a409b4beb
1 changed files with 2 additions and 8 deletions
|
@ -121,15 +121,9 @@ template as a blueprint.
|
|||
cd <name_of_your_port>
|
||||
```
|
||||
|
||||
3. Delete the existing remote
|
||||
3. Delete the `.git` folder at the root of the repository and run `git init`. This removes the template authors from appearing as contributors to your new port.
|
||||
|
||||
```
|
||||
git remote remove origin
|
||||
```
|
||||
|
||||
4. Delete the `.git` folder at the root of the repository and run `git init`. This removes the template authors from appearing as contributors to your new port.
|
||||
|
||||
5. Set up the rest of your port, and push it to your user repository!
|
||||
4. Set up the rest of your port, and push it to your user repository!
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue