diff --git a/README.md b/README.md index 36b2166..d905e19 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,8 @@ Test repository demonstrating the humanize problem of dates and or times. git clone https://code.icod.de/dalu/htmxginpongo.git cd htmxginpongo go build +cd assets +pnpm install # (or npm install) +cd .. go run main.go serve --debug=true ```