From 6640e8af1762031c6884bd8a3be10fa738a70c02 Mon Sep 17 00:00:00 2001 From: paulbsd Date: Wed, 10 Jul 2019 17:45:08 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccc83d6..1796208 100644 --- a/README.md +++ b/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 ```