From ccc7b83e72b54cdac6fa1882d34dfeeeec5cf25f Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 19 Aug 2025 10:20:03 +0900 Subject: [PATCH] Fix url in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd73ae3..2027735 100644 --- a/README.md +++ b/README.md @@ -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