diff options
| -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. |
