Fix url in README
This commit is contained in:
parent
3a0d6186c9
commit
ccc7b83e72
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue