Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-src/0.7/src/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We've put a lot of care into making Dioxus syntax familiar and easy to understan
Dioxus ships with its own build tool that leverages `cargo` to provide integrated hot-reloading, bundling, and development servers for web and mobile. You can download the prebuilt binary with the following command:

```sh
curl -sSL http://dioxus.dev/install.sh | sh
curl -sSL http://dioxus.dev/install.sh | bash
```

You can also download with `cargo-binstall`:
Expand Down