Skip to content

Commit

Permalink
minor readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brompwnie committed Dec 20, 2019
1 parent 9ba4355 commit 5390d71
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5390d71

Please sign in to comment.