From af36f46f0380bb9faddae8710877c86963bc7375 Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Wed, 12 Oct 2016 12:18:58 -0700 Subject: [PATCH] Update README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87d3dcc..6c5f546 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,21 @@ A WIP golang port of https://httpbin.org/. [](http://travis-ci.org/mccutchen/go-httpbin) +## Building + +``` +make +``` + ## Testing ``` -go test -go test -cover -go test -coverprofile=cover.out && go tool cover -html=cover.out +make test +make testcover ``` ## Running ``` -go build && ./go-httpbin +make run ``` -- GitLab