Skip to content

Commit 75a4f15

Browse files
Update “standalone executable” link (#2276)
Closes #2275 Instead of linking to the old blog post we'll just link to the place you can download them. The instructions for using it are the same as the normal CLI you just invoke the CLI directory instead of node / bun / npx / etc…
1 parent 726683e commit 75a4f15

File tree

1 file changed

+2
-1
lines changed
  • src/app/(docs)/docs/installation/(tabs)/tailwind-cli

1 file changed

+2
-1
lines changed

src/app/(docs)/docs/installation/(tabs)/tailwind-cli/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ export default function Page() {
9393
</h3>
9494
<p>
9595
The simplest and fastest way to get up and running with Tailwind CSS from scratch is with the Tailwind CLI
96-
tool. The CLI is also available as a <Link href="/blog/standalone-cli">standalone executable</Link> if you
96+
tool. The CLI is also available as a{" "}
97+
<Link href="https://github.com/tailwindlabs/tailwindcss/releases/latest">standalone executable</Link> if you
9798
want to use it without installing Node.js.
9899
</p>
99100
</div>

0 commit comments

Comments
 (0)