diff --git a/docs/tutorials/quick-start/getting-started.md b/docs/tutorials/quick-start/getting-started.md index d7eeb65..bd702d2 100644 --- a/docs/tutorials/quick-start/getting-started.md +++ b/docs/tutorials/quick-start/getting-started.md @@ -1,6 +1,4 @@ # Getting Started -This section will help you get started on your Bevy journey as quickly as possible. It will walk you through setting up your development environment and writing a simple Bevy app. - This section will provide a walk through setting up your development environment and a quick overview of the different features and concepts in Jecs with short examples. ## Installing Jecs @@ -8,7 +6,8 @@ This section will provide a walk through setting up your development environment To use Jecs, you will need to add the library to your project's source folder. ## Installing as standalone -Head over to Jecs' 'Releases' page. +Head over to the [Releases](https://github.com/ukendio/jecs/releases/latest) page and install the rbxm file. +![jecs.rbxm](rbxm.png) ## Installing with Wally Jecs is available as a package on [wally.run](https://wally.run/package/ukendio/jecs) diff --git a/docs/tutorials/quick-start/rbxm.png b/docs/tutorials/quick-start/rbxm.png new file mode 100644 index 0000000..ad8f38d Binary files /dev/null and b/docs/tutorials/quick-start/rbxm.png differ