From ee0f522844c3c8c6cde8ede7f33eeef00b65d9a7 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Sun, 28 Dec 2025 00:40:30 +0100 Subject: [PATCH] added readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0274f96 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## ServTeX +I made this because I wanted something like this. I have been learning Goland along the way, so some code may seem odd. + +### AI-Disclaimer +> No Vibe Coding + +The code has been minimally touched by AI in the form of helping me figure out the syntax and language oddities of Golang. +To reduce the 404s I also generated the favicon. + +### Usage +Copy the executable and the config.json to the same directory and run +You may want to change the configuration as needed. + +### Development +```go +go build +./servtex +``` +or `make`, which contains the same. +