Skip to content

docs: add Windows setup section to README #12

@MasonStation

Description

@MasonStation

The README shows bash / POSIX examples for phantom exec, phantom start, and environment variable exports. Windows users need PowerShell / cmd.exe equivalents.

Fix

Add a Windows subsection to Quick Start covering:

  • Install via npx phantom-secrets (works unchanged)
  • PowerShell env-var syntax: $env:OPENAI_BASE_URL = "http://127.0.0.1:PORT/openai"
  • cmd.exe env-var syntax: set OPENAI_BASE_URL=http://127.0.0.1:PORT/openai
  • Note which features are Windows-limited until the tracker issues land (clipboard auto-clear, daemon mode)
  • Recommend Windows Terminal + Git for Windows

Severity

Polish.

Tracker: #1

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomerswindowsWindows platform support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions