summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-27 23:40:40 +0200
committerPaul Buetow <paul@buetow.org>2025-10-27 23:40:40 +0200
commitd79111374717a32404749568cfec377ae8a26c3f (patch)
treefa006800cea78e401db594703df9bdebdeb39f33 /README.md
parent7deb98ab19e24eaa0dab05008e6ad125913063bb (diff)
fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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.