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