项目文件夹

文件
Ali Khokhar cdc08c5572 Structure startup instructions by platform (#1226)
## Problem

The startup section combines Windows, macOS, Linux, desktop, and
terminal behavior in one block, making each platform's launch path
harder to scan.

## Changes

| Before | After |
| --- | --- |
| Startup instructions mixed all platforms in one paragraph. | Startup
instructions use separate Windows, macOS, and Linux subsections. |
| Desktop and terminal details interrupted the platform-specific steps.
| Shared desktop and terminal details follow the platform-specific
steps. |
2026-07-21 10:06:41 -07:00
..