Skip to content

Commit

Permalink
README: Move the design document sentence to the Prerequisites section (
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMazB committed Aug 16, 2024
1 parent bdbdb9b commit 5065d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Don't want to read through the whole README? [@ChristopherBiscardi](https://gith

We assume that you know how to use Bevy already and have seen the [official Quick Start Guide](https://bevyengine.org/learn/quick-start/introduction/).

If you're new to Bevy, the patterns used in this template may look a bit weird at first glance.
See our [Design Document](./docs/design.md) for more information on how we structured the code and why.

## Create a new game

Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) and run the following commands:
Expand Down Expand Up @@ -58,9 +61,6 @@ This template comes with a basic project structure that you may find useful:

Feel free to move things around however you want, though.

If you're new to Bevy, the patterns used in this template may look a bit weird at first glance.
See our [Design Document](./docs/design.md) for more information on how we structured the code and why.

> [!Tip]
> Be sure to check out the [3rd-party tools](./docs/tooling.md) we recommend!
Expand Down

0 comments on commit 5065d6b

Please sign in to comment.