diff --git a/docs/quickstart/readme.md b/docs/quickstart/readme.md index db52fec..68d30d5 100644 --- a/docs/quickstart/readme.md +++ b/docs/quickstart/readme.md @@ -1,6 +1,6 @@ # Quickstart -This guide assumes you use Blender 4.2 or newer. +This guide assumes you use Blender 4.2 or newer and have set it to English. > [!NOTE] > This is not a Blender tutorial. No worries, we will make sure you find all necessary buttons to click, but we will not explain in detail what Blender concepts like "collections" or "scenes" are. If you are not familiar with Blender, you might want to look up some basic tutorials first. @@ -32,6 +32,8 @@ cargo add bevy cargo add blenvy --git https://github.com/kaosat-dev/Blenvy/ --branch blenvy ``` +This guide will tell you to `cargo run` at multiple points. We expect that you are still in the `my_game` directory when you do so. + Now, replace the contents of `src/main.rs` with the following: