1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

README.md: minor fixes.

This commit is contained in:
Henrik Hautakoski 2023-08-15 09:45:42 +02:00
parent eaeec1645d
commit 4e56ee60fc
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -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.