From c9f3a6dadbb0f437f9505b64de2cbbc0d8f57cfa Mon Sep 17 00:00:00 2001 From: Duckers <198241505+TheRealDuckers@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:04:43 +0100 Subject: [PATCH] Update getting-started.mdx --- docs/src/content/docs/guides/getting-started.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/src/content/docs/guides/getting-started.mdx b/docs/src/content/docs/guides/getting-started.mdx index b5347d6..7a3380f 100644 --- a/docs/src/content/docs/guides/getting-started.mdx +++ b/docs/src/content/docs/guides/getting-started.mdx @@ -4,7 +4,18 @@ description: A guide on how to get up and running with QPlayer. --- import { Aside } from '@astrojs/starlight/components'; +import { Steps } from '@astrojs/starlight/components'; + + +1. Install the latest release from [Github}(https://github.com/space928/QPlayer/releases) +2. Extract the .zip, open the folder, and start 'QPlayer.exe' +3. You may be asked to install or update your dotnet SDK (QPlayer needs 7 or above to run) +4. Thats it! QPlayer is now installed. + +Ready to start? Explore QPlayers features [here](../../reference/). + +