Update 'README.md'

This commit is contained in:
Paul 2019-07-10 17:45:08 +02:00
parent 0f3825c7b8
commit 6640e8af17

View File

@ -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
```