Skip to content

Commit

Permalink
Update getting started instructions for bevy 0.7 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorck committed Apr 17, 2022
1 parent 8e245c8 commit 9141a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/learn/book/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Note: the "fast compiles" setup is on the next page, so you might want to read t
# use the latest Bevy release
git checkout latest
# or a specific version
git checkout v0.6.0
git checkout v0.7.0
```
4. Try the examples in the [examples folder](https://github.com/bevyengine/bevy/tree/latest/examples#examples)
```sh
Expand All @@ -45,7 +45,7 @@ Add the bevy crate to your project's Cargo.toml like this:
```toml
[dependencies]
bevy = "0.6" # make sure this is the latest version
bevy = "0.7" # make sure this is the latest version
```
This is the current `bevy` crate version:
Expand Down

0 comments on commit 9141a6a

Please sign in to comment.