Add discord server link to bevy readme

This commit is contained in:
Gab Campbell 2020-08-10 15:46:48 -07:00
parent 5e76a018c9
commit 5d58fe3d12

View file

@ -31,6 +31,9 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
* **[The Bevy Book](https://bevyengine.org/learn/book/introduction):** Bevy's official documentation. The best place to start learning Bevy.
* **[Bevy Rust API Docs](https://docs.rs/bevy):** Bevy's Rust API docs, which are automatically generated from the doc comments in this repo.
## Community
* **[Discord Server](https://discord.gg/gMUk5Ph):** Bevy's official discord server.
## 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: