From aa7da27a10e39e6be4808100fb173cbe09d550a7 Mon Sep 17 00:00:00 2001 From: Medzik <87065584+MedzikUser@users.noreply.github.com> Date: Fri, 20 Aug 2021 14:06:29 +0000 Subject: [PATCH] update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68a4f8e..03748d3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# Pingbot - Backend +# [Pingbot](https://pingbot.cf/) - Backend -![Repo Size](https://img.shields.io/github/repo-size/MedzikUser/go-pingbot) -![Build](https://img.shields.io/github/workflow/status/MedzikUser/go-pingbot/Release/main) +[![Repo Size](https://img.shields.io/github/repo-size/MedzikUser/go-pingbot)](https://github.com/MedzikUser/go-pingbot) +[![Build](https://img.shields.io/github/workflow/status/MedzikUser/go-pingbot/release/main)](https://github.com/MedzikUser/go-pingbot/actions/workflows/release.yml) + +This application "pings" websites every few minutes (to be set in config). It can be used to keep the application alive on e.g. [glitch.me](https://glitch.com/) or [repl.it](https://replit.com/). ## Install Pre-Compile binary -* Linux amd64 +* 💻 Linux amd64 * [Download](https://github.com/MedzikUser/go-pingbot/releases) latest version * Unpack file `tar xzf pingbot_{VERSION}_linux_amd64.tar.gz` * Create an .env and config.toml file and complete according to .env.schema and config.schema.toml