From bfd6e4a9354ff3e01eacfaf9d342c0beea656c3c Mon Sep 17 00:00:00 2001 From: Halfwhit Date: Fri, 21 Aug 2020 22:59:34 +0100 Subject: [PATCH] Add linux dependencies to README.md (#257) * Add linux dependencies to README.md * Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64c4525458..dd9f2bc873 100644 --- a/README.md +++ b/README.md @@ -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