Fix url in README

This commit is contained in:
Jeena 2025-08-19 10:20:03 +09:00
parent 3a0d6186c9
commit ccc7b83e72

View file

@ -8,8 +8,8 @@ It supports private and public repositories owned by the authenticated GitHub us
1. Clone this repository:
```bash
git clone git@your-forgejo-instance:username/github-to-forgejo.git
cd github-to-forgejo
git clone https://git.jeena.net/jeena/github2forgejo.git
cd github2forgejo
```
2. Install dependencies with Pipenv:
@ -48,6 +48,10 @@ You need to create **personal access tokens** for both GitHub and Forgejo.
The settings are stored in the .env file. Copy the env-example file and call
it .env
```bash
cp env-example .env
```
Put in both tokens and fill in the rest accordingly like usernames and URLs.
## Usage