docs: reorder setup steps to put first launch before verify

- Move "First Launch" before "Verify Setup" in README quick-start steps
- Consolidate docs-site installation guide: merge "Verify Installation" into "Verify Setup" section after first-run setup
This commit is contained in:
2026-04-04 21:45:32 -07:00
parent b029d65c90
commit 8338f27794
2 changed files with 23 additions and 23 deletions

View File

@@ -241,7 +241,11 @@ See the [build-from-source guide](https://docs.subminer.moe/installation#from-so
</details>
### 2. Check Dependencies
### 2. First Launch
Run the app. On first launch SubMiner starts in the system tray, creates a default config, and opens a setup popup to finish config, install the mpv plugin, and configure Yomitan dictionaries.
### 3. Verify Setup
```bash
subminer doctor # verify mpv, ffmpeg, config, and socket
@@ -250,10 +254,6 @@ subminer doctor # verify mpv, ffmpeg, config, and socket
> [!NOTE]
> On Windows, use `bun run subminer doctor` or run `SubMiner.exe` directly — first-run setup will guide you through dependency checks.
### 3. First Launch
Run the app. On first launch SubMiner starts in the system tray, creates a default config, and opens a setup popup to finish config, install the mpv plugin, and configure Yomitan dictionaries.
### 4. Mine
```bash