From c08c6c36e7c9780dfece5e834943f4db80142f36 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 23 Oct 2021 11:53:11 +0200 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fe3a1c..6681c18 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,8 @@ This application "pings" websites every few minutes (to be set in config). It ca * Download source code `git clone https://github.com/MedzikUser/go-pingbot.git --depth 1` * Go to folder with source code `cd go-pingbot` -* Download dependencies `go mod tidy` -* Build `go build -o pingbot.out` -* Done your compined binary is `pingbot.out` +* Build `make` or `go build -o pingbot.out` +* Done your compiled binary is `pingbot.out` ## ⚙️ Configurate