DioxusLabs/docsite

Wrong instructions for installing dioxus cli on Tailwind doc page

ochrons opened this issue · 1 comments

Location: https://dioxuslabs.com/learn/0.4/cookbook/tailwind

Currently it says to use

cargo install --git https://github.com/DioxusLabs/cli

but this doesn't work anymore. Correct installation command is

cargo install dioxus-cli

which is also used elsewhere in the documentation.

Alternatively this step could be just omitted, as it can be assumed that users have already installed dioxus-cli by the time they start using Tailwind in their projects.

closed by #217