From 917e60117b725aad6377435a74194ad9c9a88997 Mon Sep 17 00:00:00 2001 From: oceanslim Date: Tue, 28 May 2024 21:29:46 -0400 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cd44066..0ca7356 100644 --- a/readme.md +++ b/readme.md @@ -28,8 +28,12 @@ This is a basic starter project for building web applications using Go, Tailwind ```bash cp config.example.json config.json ``` +4. Rebuild the css styling with tailwind +```bash +tailwindcss -i web/style/input.css -o web/static/output.css --watch +``` -4. Build and run the application: +5. Build and run the application: ```bash go run main.go