From bb0f5aabdfd59e383b3db717b0be35e4c55ef4d9 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Sat, 7 May 2022 03:40:34 +0000 Subject: [PATCH] Add release information --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 994964a..e2ec87f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,16 @@ The easiest way to use Bacon is with the [Bacon Deploy Action](https://github.co ### Installation -Clone this repo and use `make` to build `bin/bacon`. +[Download the latest release from GitHub.](https://github.com/jungaretti/bacon/releases) + +[![Status of release assets](https://github.com/jungaretti/bacon/actions/workflows/release-assets.yml/badge.svg)](https://github.com/jungaretti/bacon/actions/workflows/release-assets.yml) + +#### Build it Yourself + +1. Install Bacon's prerequisites: + - [Go](https://go.dev/dl/) + - [GNU Make](https://ftp.gnu.org/gnu/make/) +2. Clone this repo and use `make` to build `bin/bacon` ### Authentication