diff --git a/README.md b/README.md index 9f62936..36b2166 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # htmx gin pongo2 Test repository demonstrating the humanize problem of dates and or times. + +## how to use +```bash +git clone https://code.icod.de/dalu/htmxginpongo.git +cd htmxginpongo +go build +go run main.go serve --debug=true +```