From 0dfc9050de4d076a6a8ce0680a7e24a9cb865149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=BCrgensmeyer?= <6493966+sj14@users.noreply.github.com> Date: Sun, 23 Oct 2022 07:48:49 +0200 Subject: [PATCH] Update installation instructions (#64) --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d32398a..740bfb0 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,16 @@ This tool is still **beta**. The usage with Gitlab and Mattermost is more mature ## Installation -```text -go get -u github.com/sj14/review-bot +### Precompiled Binaries + +See the [releases](https://github.com/sj14/review-bot/releases) page for precompiled binaries. + +### Manually + +It's also possible to install the latest release with `go install`: + +```bash +go install github.com/sj14/review-bot ``` ## Example