Skip to content

Commit

Permalink
Merge pull request #97 from arcanemachine/main
Browse files Browse the repository at this point in the history
In mix task `tailwind.install`, add instructions for using custom binary
  • Loading branch information
SteffenDE authored Feb 3, 2025
2 parents 2278885 + c09cffa commit 6f45cae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/mix/tasks/tailwind.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ defmodule Mix.Tasks.Tailwind.Install do
config :tailwind, :version, "#{Tailwind.latest_version()}"
To install the Tailwind binary from a custom URL (e.g. if your platform isn't
officially supported by Tailwind), you can supply a third party path to the
binary (beware that we cannot guarantee the compatibility of any third party
executable):
```bash
$ mix tailwind.install https://people.freebsd.org/~dch/pub/tailwind/v3.2.6/tailwindcss-freebsd-x64
```
## Options
* `--runtime-config` - load the runtime configuration
Expand Down

0 comments on commit 6f45cae

Please sign in to comment.