diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-27 23:40:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-27 23:40:40 +0200 |
| commit | d79111374717a32404749568cfec377ae8a26c3f (patch) | |
| tree | fa006800cea78e401db594703df9bdebdeb39f33 /README.md | |
| parent | 7deb98ab19e24eaa0dab05008e6ad125913063bb (diff) | |
fix readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
