added readme
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user