Skip to content

Commit c499b23

Browse files
committed
fix install command
1 parent a2a45d4 commit c499b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preview/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ fn Installation() -> Element {
557557
rsx! {
558558
div {
559559
id: "hero-installation",
560-
"cargo add dioxus-components"
560+
"cargo add dioxus-primitives --git https://github.com/DioxusLabs/components"
561561
CopyButton {}
562562
}
563563
}

0 commit comments

Comments
 (0)