From b3733021daa4ca9425dd3040c860e77b54fd3923 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Mon, 30 Oct 2023 12:21:59 +0100 Subject: [PATCH] Add getting started section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd6dff4fa..a0304ec18 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ Find the OpenRocket installers [here](https://openrocket.info/downloads.html) Release notes are available on each [release's page](https://github.com/openrocket/openrocket/releases) or on [our website](https://openrocket.info/release_notes.html). +## Getting started + +The easiest way to get started is to open one of our in-program example designs: + +![Get started with the example designs](.github/getting-started.png) + +You can now experiment the basics: plot one of the simulations, change some component dimensions and see how it affects the simulations, change the motors... Just have fun 😊. + ## 💪 Contribute Help us soar higher! Whether it's implementing features, writing documentation, or creating design examples, every contribution matters. Interested? Check out [how to get involved](http://openrocket.sourceforge.net/getinvolved.html) and the [practicalities of contributing](CONTRIBUTING.md).