mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Add linux dependencies to README.md (#257)
* Add linux dependencies to README.md * Update README.md
This commit is contained in:
parent
68d419d40f
commit
bfd6e4a935
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
|
|||
|
||||
## Getting Started
|
||||
|
||||
We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book/introduction) for a full tutorial. You can quickly try out the [examples](/examples) by cloning this repo and running the following command:
|
||||
We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book/introduction) for a full tutorial.
|
||||
|
||||
Follow the [Setup guide](https://bevyengine.org/learn/book/getting-started/setup/) to ensure your development environment is setup up correctly.
|
||||
Once setup, you can quickly try out the [examples](/examples) by cloning this repo and running the following command:
|
||||
|
||||
```sh
|
||||
# Runs the "breakout" example
|
||||
|
|
Loading…
Reference in a new issue