diff --git a/lib/mix/tasks/tailwind.install.ex b/lib/mix/tasks/tailwind.install.ex index 8b4f23e..0e8fe0a 100644 --- a/lib/mix/tasks/tailwind.install.ex +++ b/lib/mix/tasks/tailwind.install.ex @@ -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