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
|
## Howto
|
||||||
|
|
||||||
Build
|
### Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build
|
go build
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure in github-to-gogs.ini
|
### Configure in github-to-gogs.ini
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[global]
|
[global]
|
||||||
request_timeout=1200s
|
request_timeout=1200s
|
||||||
@ -36,8 +38,9 @@ content_type="application/json"
|
|||||||
mirror=true
|
mirror=true
|
||||||
```
|
```
|
||||||
|
|
||||||
Run
|
### Run
|
||||||
```text
|
|
||||||
|
```bash
|
||||||
./github-to-gogs -configfile github-to-gogs.ini
|
./github-to-gogs -configfile github-to-gogs.ini
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user