Skip to content

v1.18.0-wsl2.4

Latest

Choose a tag to compare

@qwatts-dev qwatts-dev released this 17 Apr 00:26
4898744

What's changed

Documentation

  • Added install/update/uninstall instructions with step-by-step PATH setup
  • Added "About This Fork" section explaining the project's history and maintenance
  • Clarified requirements and added release badge for easy binary discovery

Upstream sync

  • Merged latest upstream roots/trellis-cli changes (dependency bumps, CI updates, README updates)
  • No changes to WSL-specific code — all existing functionality carries forward

Install

  1. Download trellis.exe and trellis-linux from below
  2. Place both in a folder (e.g., C:\trellis-wsl\)
  3. Add to PATH:
    $userPath = [Environment]::GetEnvironmentVariable("Path", "User")
    [Environment]::SetEnvironmentVariable("Path", $userPath + ";C:\trellis-wsl", "User")
  4. Restart your terminal, then: trellis vm start

See the README for full details.

Full changelog: v1.18.0-wsl2.3...v1.18.0-wsl2.4