Skip to content
Closed
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
11 changes: 1 addition & 10 deletions content/learn/quick-start/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,7 @@ You can also speed up compile times by following the ["fast compiles"] section.
cd bevy
```

3. Switch to the correct Bevy version (as the default is the git main development branch)

```sh
# use the latest Bevy release
git checkout latest
# or a specific version
git checkout v0.16.0
```

4. Try the examples in the [examples folder](https://github.com/bevyengine/bevy/tree/latest/examples#examples)
3. Try the examples in the [examples folder](https://github.com/bevyengine/bevy/tree/latest/examples#examples)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3. Try the examples in the [examples folder](https://github.com/bevyengine/bevy/tree/latest/examples#examples)
3. Try the examples in the [examples folder](https://github.com/bevyengine/bevy/tree/latest/examples#examples). Note that this link points to the `latest` tag on Github: the default view is `main`, which will contain newer, unreleased and possibly incompatible code.


```sh
cargo run --example breakout
Expand Down