diff --git a/content/learn/quick-start/getting-started/setup.md b/content/learn/quick-start/getting-started/setup.md index 38fbba5e64..dd3f8b52ce 100644 --- a/content/learn/quick-start/getting-started/setup.md +++ b/content/learn/quick-start/getting-started/setup.md @@ -164,6 +164,8 @@ cargo add bevy -F dynamic_linking {% callout(type="warning") %} On Windows you must also enable the [performance optimizations](#compile-with-performance-optimizations) or you will get a ["too many exported symbols"](https://github.com/bevyengine/bevy/issues/1110#issuecomment-1312926923) error. + +In order to run `cargo test --doc`, you must also add the path returned by `rustc --print target-libdir` to your `PATH` environment variable. {% end %} {% callout(type="note") %}