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/). + +