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