From 0f3825c7b8c51017d4e1c51f5dda666cb4c1803d Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Wed, 10 Jul 2019 17:42:08 +0200 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0aaa33..ccc83d6 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ github-to-gogs is a small program that migrate stars made on github projects to ## Howto Build -```text +```bash go build ``` Configure in github-to-gogs.ini -``` +```ini [global] request_timeout=1200s user_agent="Golang"