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