diff --git a/README.md b/README.md index 4b4b3df..2dcbc42 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ go install github.com/a-h/templ/cmd/templ@$(grep -oPm1 'github.com/a-h/templ \K[ (It should be the same version as is imported by the then generated go code) -Download tailwind, using your favourite or second-favourite package manager or: +Download tailwind, using npm, your favourite or second-favourite package manager, or: ```sh TAILWIND_VERSION=$(head -n2 services/static/public/style.dist.css | grep -oP 'v\K\S+') # or use latest, it probably won't hurt. curl -Lo tailwindcss https://github.com/tailwindlabs/tailwindcss/releases/download/v$TAILWIND_VERSION/tailwindcss-linux-x64