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
- Download
trellis.exeandtrellis-linuxfrom below - Place both in a folder (e.g.,
C:\trellis-wsl\) - Add to PATH:
$userPath = [Environment]::GetEnvironmentVariable("Path", "User") [Environment]::SetEnvironmentVariable("Path", $userPath + ";C:\trellis-wsl", "User")
- 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