Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<Aside>
This guide is still under construction. For now, have a look through the [reference manual](../../reference/).
</Aside>

<Steps>
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.
</Steps>
Ready to start? Explore QPlayers features [here](../../reference/).