Skip to content

Commit

Permalink
Minor update to tailwind download doc
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Oct 31, 2024
1 parent c4cbada commit 5bc6b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bc6b7a

Please sign in to comment.