From e47bd1785dd68e7b56829013fef21fa1dd09c1de Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Thu, 28 Mar 2013 10:44:20 +0100 Subject: [PATCH] Include link to generated API documentation. Include mailing list. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3e1fa..ea70317 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ representation thereof. For instance, if a values therein is requested, it may situationally emit a minimum, maximum, an average, or any other reduction mechanism requested. +# Getting Started + + * The source code is periodically indexed: [Go Exposition Client](http://godoc.org/github.com/prometheus/client_golang). + * All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). + + # Testing This package employs [gocheck](http://labix.org/gocheck) for testing. Please ensure that all tests pass by running the following from the project root: @@ -73,4 +79,4 @@ ensure that all tests pass by running the following from the project root: $ go test ./... The use of gocheck is summarily being phased out; however, old tests that use it -still exist. \ No newline at end of file +still exist.