From 848e8d9da3095069d8ce81dc9c29daeb416bc3b5 Mon Sep 17 00:00:00 2001 From: Benjamin J Cane Date: Mon, 19 Feb 2018 16:20:02 -0700 Subject: [PATCH] Updating Go get instruction --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 881fae3..77e6138 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,16 @@ Number of 5xx responses: 0 * Dynamic generation of data based on a template * Testing REST endpoints with dynamically generated keys +### Installing Baton + +Installation with Go is as easy as running `go get`. + +```sh +$ go get -u github.com/americanexpress/baton +``` + +Binary releases are [available](https://github.com/americanexpress/baton/releases). + ### Running Baton in docker To build the image run: @@ -113,4 +123,4 @@ Any contributions made under this project will be governed by the [Apache Licens ## Code of Conduct This project adheres to the [American Express Community Guidelines](./CODE_OF_CONDUCT.md). -By participating, you are expected to honor these guidelines. \ No newline at end of file +By participating, you are expected to honor these guidelines.