From 5390d71911bada2b6be8b30e10d16788fa8ee018 Mon Sep 17 00:00:00 2001 From: brompwnie Date: Fri, 20 Dec 2019 13:08:10 +0000 Subject: [PATCH] minor readme updates --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ec35a9e..33850c0 100644 --- a/README.md +++ b/README.md @@ -26,21 +26,19 @@ BOtB is a CLI tool which allows you to: - Force BOtB to always return a Exit Code of 0 (useful for non-blocking CI/CD) - Perform the above from the CLI arguments or from a YAML config file -# Getting BOtB +# Installation -BOtB is available as a binary in the [Releases Page](https://github.com/brompwnie/botb/releases). +## Binaries +For installation instructions from binaries please visit the [Releases Page](https://github.com/brompwnie/botb/releases). -# Building BOtB - -BOtB is written in GO and can be built using the standard GO tools. The following can be done to get you started: - -Getting the Code: +## Via Go ``` go get github.com/brompwnie/botb -or -git clone git@github.com:brompwnie/botb.git ``` + +# Building from source + Building BOtB via Go: ``` go build