From cf0416c284e58b57cfcdb673a84730819ed306e2 Mon Sep 17 00:00:00 2001 From: Simon Bein Date: Sun, 24 Jul 2022 18:31:47 +0200 Subject: [PATCH] doc: add install instructions for prebuilt binaries --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index edcab66..347bbc7 100644 --- a/Readme.md +++ b/Readme.md @@ -31,11 +31,12 @@ ### 1. Install the konf-go binary +Either grab a pre-compiled binary from [GH Releases](https://github.com/SimonTheLeg/konf-go/releases) page, or build it from source using: + ```shell go install github.com/simontheleg/konf-go@latest ``` -This will install a binary called konf-go into your PATH. Please do not rename or alias this binary, it is not be called by the user directly. Instead alias the konf shellwrapper described in the next step! ### 2. Install the konf shellwrapper