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
2 changes: 1 addition & 1 deletion src/content/docs/customization/marketplace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import TabItem from '@/components/TabItem.astro';
<TabItem value="windows" label="Windows" default>

```powershell
iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex
iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Align the Marketplace Windows command across docs.

This now matches src/content/docs/getting-started.mdx:18-20, but src/content/docs/getting-started.mdx:338-340 still tells Marketplace users to fetch resources/install.ps1 from the Marketplace repo. Leaving both commands live will give readers conflicting install instructions for the same feature. Please update the other doc in the same PR or add a note explaining why the Windows Marketplace flow differs here.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/content/docs/customization/marketplace.mdx` at line 19, The Marketplace
Windows install command is inconsistent across docs, so update the other
Marketplace install guidance to match the canonical `get-started` flow or add an
explicit note if the Marketplace path is intentionally different. Check the
Marketplace install instructions in `marketplace.mdx` and the corresponding
Marketplace section in `get-started.mdx`, and make sure both reference the same
Windows PowerShell installer path and source.

```

</TabItem>
Expand Down