diff --git a/Install.ps1 b/Install.ps1 index f18ed52..6ec215b 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -178,5 +178,5 @@ wsl --shutdown Write-Host "===== Setup Complete! =====" -ForegroundColor Cyan Write-Host "You can now launch your WSL instance with: wsl -d $DistroName" -ForegroundColor Green Write-Host "Remember to install Tmux plugins by pressing Ctrl+Space, Shift+I when in Tmux" -ForegroundColor Green -Write-Host "Edit tmux.conf (~/.config/tmux/tmux.conf) to specify which disk will be displayed in the status bar." -Write-Host "The recommended way to use this WSL setup is through WezTerm. After all configurations are complete, launch WezTerm and you should see tmux running with 3 panes automatically." \ No newline at end of file +Write-Host "Edit tmux.conf (~/.config/tmux/tmux.conf) to specify which disk will be displayed in the status bar." -ForegroundColor Green +Write-Host "The recommended way to use this WSL setup is through WezTerm. After all configurations are complete, launch WezTerm and you should see tmux running with 3 panes automatically." -ForegroundColor Green \ No newline at end of file diff --git a/README.md b/README.md index 591e46c..d4cea38 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ My minimal setup for Arch Linux development environment optimized for WSL2, desi ### Software Requirements - Windows 10 version 2004 (build 19041) or higher / Windows 11 -- Windows Subsystem for Linux (WSL2) component enabled +- Windows Subsystem for Linux (WSL2) component enabled _*(WSL1 is **not** supported)*_ - Virtual Machine Platform feature enabled - Windows Terminal (optional but recommended for initial setup) - Git for Windows