Update README

This commit is contained in:
Oskar 2021-10-23 11:53:11 +02:00 committed by GitHub
parent cfef7e7bc7
commit c08c6c36e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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