From 64f6e25b213ada4c9358b8a3b1228e092aeb0138 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 18 Jul 2022 16:19:07 +0200 Subject: [PATCH] README.md: remove documentation regarding "make deps" as it's not needed when using go modules files. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e8b2ab3..d7878f4 100644 --- a/README.md +++ b/README.md @@ -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