Merge pull request #101 from GabLotus/dev/lotus/discord_readme

Add discord server link to bevy readme
This commit is contained in:
Carter Anderson 2020-08-11 01:22:29 -07:00 committed by GitHub
commit 391b08a779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: