Skip to content

Getting Started

Yusuke Abe edited this page Aug 10, 2026 · 3 revisions

Getting Started

Expands README's Requirements & installation / Quick start into a friendlier, more thorough walkthrough for first-time users.

Outline

  • Prerequisites
    • Ruby 3.2+ / WSL2 / Microsoft WSLC
    • Confirming wslc itself is installed (the wslc.exe / wslc / System32 lookup order)
  • Installation
    • gem install wslc-wip
    • Installing from source (bundle install && bundle exec exe/wip version)
    • Checking the version (wip version)
  • First steps
    • Generate wip.yml with wip init (when to use --template rails|node|rust|csharp)
    • How compose-native gets auto-selected when a compose.yml is found nearby
    • Filling in the generated wip.yml's TODOs
  • Verifying it works
    • wip doctor diagnostics (what triggers OK/WARN/FAIL)
    • The wip buildwip up -dwip <interaction-name> flow
  • Where to go next

Clone this wiki locally