From d79111374717a32404749568cfec377ae8a26c3f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 27 Oct 2025 23:40:40 +0200 Subject: fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c2e334..f6d2946 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To compile and install Gogios on OpenBSD, follow these steps: ``` git clone https://codeberg.org/snonux/gogios.git cd gogios -go build -o gogios cmd/gogios/main.go # Or, alternatively: `task build` with taskfile.dev +go build -o gogios cmd/gogios/main.go # Or, alternatively: `mage build`. doas cp gogios /usr/local/bin/gogios doas chmod 755 /usr/local/bin/gogios ``` @@ -208,4 +208,4 @@ My primary goal was to have a single email address for notifications and a simpl This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it allowed me to refresh my Go programming skills and provided a robust platform for developing a fast and efficient monitoring tool. -Gogios eliminates unnecessary features and focuses on simplicity, providing a no-frills monitoring solution for small-scale self-hosted servers and virtual machines. The result is a tool that is easy to configure, set up, and maintain, ensuring that monitoring your resources is as hassle-free as possible. \ No newline at end of file +Gogios eliminates unnecessary features and focuses on simplicity, providing a no-frills monitoring solution for small-scale self-hosted servers and virtual machines. The result is a tool that is easy to configure, set up, and maintain, ensuring that monitoring your resources is as hassle-free as possible. -- cgit v1.2.3