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. +