Update 'README.md'
This commit is contained in:
parent
0f3825c7b8
commit
6640e8af17
11
README.md
11
README.md
@ -5,12 +5,14 @@ github-to-gogs is a small program that migrate stars made on github projects to
|
||||
|
||||
## Howto
|
||||
|
||||
Build
|
||||
### Build
|
||||
|
||||
```bash
|
||||
go build
|
||||
```
|
||||
|
||||
Configure in github-to-gogs.ini
|
||||
### Configure in github-to-gogs.ini
|
||||
|
||||
```ini
|
||||
[global]
|
||||
request_timeout=1200s
|
||||
@ -36,8 +38,9 @@ content_type="application/json"
|
||||
mirror=true
|
||||
```
|
||||
|
||||
Run
|
||||
```text
|
||||
### Run
|
||||
|
||||
```bash
|
||||
./github-to-gogs -configfile github-to-gogs.ini
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user