1
0
Fork 0

Change github links to codeberg

This commit is contained in:
Jared Johnston 2025-05-05 21:45:58 +10:00
parent f5a089f884
commit 33308e846a

View file

@ -22,17 +22,17 @@ This is the recommended way for (aspiring) FreeSewing contributors
### TL;DR ### TL;DR
```bash ```bash
git clone https://github.com/freesewing/freesewing git clone https://codeberg.org/freesewing/freesewing.git
cd freesewing cd freesewing
yarn kickstart yarn kickstart
``` ```
:::tip :::tip
Even better: [clone your own Even better: [clone your own
fork](https://github.com/freesewing/freesewing/fork) fork](https://codeberg.org/freesewing/freesewing/fork)
```bash ```bash
git clone https://github.com/your-username/freesewing git clone https://codeberg.org/your-username/freesewing.git
cd freesewing cd freesewing
yarn kickstart yarn kickstart
``` ```
@ -72,7 +72,7 @@ npm install yarn --global
#### Fork our repository #### Fork our repository
You'll want to fork our repository. This way you have your own copy where you can make You'll want to fork our repository. This way you have your own copy where you can make
all the changes you want. To do so, visit https://github.com/freesewing/freesewing/fork all the changes you want. To do so, visit https://codeberg.org/freesewing/freesewing/fork
#### Clone the forked repository #### Clone the forked repository
@ -82,7 +82,7 @@ Now that you have your very own fork, it's time to clone it locally.
git clone <url to your fork> git clone <url to your fork>
``` ```
Make sure to use the URL to your own fork, typically `https://github.com/your-username/freesewing` but Make sure to use the URL to your own fork, typically `https://codeberg.org/your-username/freesewing.git` but
obviously with your real username rather than `your-username`. obviously with your real username rather than `your-username`.
#### Install dependencies #### Install dependencies