Skip to content

Commit 6f45cae

Browse files
authored
Merge pull request #97 from arcanemachine/main
In mix task `tailwind.install`, add instructions for using custom binary
2 parents 2278885 + c09cffa commit 6f45cae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/mix/tasks/tailwind.install.ex

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ defmodule Mix.Tasks.Tailwind.Install do
1010
1111
config :tailwind, :version, "#{Tailwind.latest_version()}"
1212
13+
To install the Tailwind binary from a custom URL (e.g. if your platform isn't
14+
officially supported by Tailwind), you can supply a third party path to the
15+
binary (beware that we cannot guarantee the compatibility of any third party
16+
executable):
17+
18+
```bash
19+
$ mix tailwind.install https://people.freebsd.org/~dch/pub/tailwind/v3.2.6/tailwindcss-freebsd-x64
20+
```
21+
1322
## Options
1423
1524
* `--runtime-config` - load the runtime configuration

0 commit comments

Comments
 (0)