Improve wording of getting started

Without the language introduction, this needs a little clarification.
This commit is contained in:
Simon Hausmann 2023-08-14 15:14:06 +02:00 committed by Simon Hausmann
parent 18031c7a43
commit 6412c2d8aa

View file

@ -4,8 +4,8 @@
Getting Started
===============
To use `Slint <https://slint.dev>`_ you need to embed your slint files in a project written
in a supported programming language, like C++, Rust, or JavaScript.
First, you need :code:`.slint` files, which contain a textual description of your user interface, written in the Slint language.
Next, you embed the :code:`.slint` files in a project written in a supported programming language, like C++, Rust, or JavaScript.
There are three different pathways to get started with Slint: