1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

README.md: remove documentation regarding "make deps" as it's not needed when using go modules files.

This commit is contained in:
Henrik Hautakoski 2022-07-18 16:19:07 +02:00
parent 34d7192f2a
commit 64f6e25b21
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -6,13 +6,7 @@ This program implements EOSIO healthcheck for HAProxy over TCP.
You will need go-lang version `1.14` or later to compile the source.
First you need to install golang dependencies:
```sh
$ make deps
```
Then you can compile with `compile.sh` script
compile with `compile.sh` script
```sh
$ ./compile.sh