From 4e56ee60fc0ac0262270aa9f1452ce88c2096915 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 15 Aug 2023 09:45:42 +0200 Subject: [PATCH] README.md: minor fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 957425a..c977dd1 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ This program implements Antelope healthcheck for HAProxy over TCP. ## Compiling -You will need go-lang version `1.16` or later to compile the source. +You will need golang version `1.16` or later to compile the source. compile with `compile.sh` script ```sh -$ ./compile.sh +./compile.sh ``` Execute `./compile.sh --help` to see all available flags to crosscompile for different systems/architectures.