From e844dec5c7dc08ee7893bc170dfdd1d30ecd56c7 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sun, 23 Sep 2018 17:10:34 -0400 Subject: [PATCH] Mention this fork's changes in README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcec69b..88d89dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# gopkg.in Stable APIs for the Go language +# gopkg -See [http://gopkg.in](http://gopkg.in). +Stable APIs for the Go language. + +Forked from [gopkg](http://gopkg.in) to work with Code.as (and other sites powered by [Gitea](https://gitea.io) / [Gogs](https://gogs.io/)), instead of GitHub. + +## Quick Start + +```bash +gopkg --domain go.code.as --src code.as --http ":8080" +``` + +### Configuration options + +* `--domain` - The public domain you want to serve versioned package from, e.g. go.example.com +* `--src` - Your Gitea / Gogs instance where gopkg will search for code