From 10d77ca7d0f7765af10e13e29817293bf4a24b40 Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Mon, 2 Oct 2023 17:45:45 +0200 Subject: [PATCH] added how to use --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```