Updated README.
This commit is contained in:
parent
eba3d5e105
commit
96ad22cda3
2 changed files with 5 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -16,6 +16,9 @@ ifeq ($(OS_SYSNAME),linux)
|
|||
OS_MACHINE = x64
|
||||
endif
|
||||
|
||||
# The appropriate Tailwind package for your OS will attempt to be automatically determined.
|
||||
# If this is not working, hard-code the package you want using these options:
|
||||
# https://github.com/tailwindlabs/tailwindcss/releases/latest
|
||||
TAILWIND_PACKAGE = tailwindcss-$(OS_SYSNAME)-$(OS_MACHINE)
|
||||
|
||||
.PHONY: help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue