Skip to content

README install commands are POSIX-only, no Windows/PowerShell equivalent #28

Description

@AnayDhawan

README's "Quick start" and "Installation" sections use mkdir -p / cp -r, which fail as-is in PowerShell/cmd.exe. Since this is a Claude Code skill meant to run cross-platform (Claude Code itself runs on Windows), add a parallel PowerShell snippet (New-Item -ItemType Directory -Force, Copy-Item -Recurse) alongside the bash one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions