Skip to content

Commit

Permalink
Merge pull request #109 from marc2332/fix/update-fullstack-installati…
Browse files Browse the repository at this point in the history
…on-cmd

fix: Don't install dioxus-fullstack with the axum feature enabled
  • Loading branch information
ealmloff authored Aug 22, 2023
2 parents 4361afa + 633335d commit 6323cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/0.4/en/getting_started/fullstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `dioxus` and `dioxus-fullstack` as dependencies:

```shell
cargo add dioxus
cargo add dioxus-fullstack --features axum
cargo add dioxus-fullstack
```

Next, set up features for the server (`ssr`) and the client (`web`):
Expand Down

0 comments on commit 6323cae

Please sign in to comment.