fix: windows instructions (#4807)

link to docs
This commit is contained in:
Fouad Matin
2025-10-05 22:06:21 -07:00
committed by GitHub
parent d3e1beb26c
commit 36f1cca1b1

View File

@@ -23,11 +23,9 @@ pub(crate) const WSL_INSTRUCTIONS: &str = r"Install WSL2 by opening PowerShell a
wsl --install
After installation, run Codex from inside of WSL2 with:
Instructions for how to install and run Codex in WSL:
wsl -e codex
More info: https://developers.openai.com/codex/windows";
https://developers.openai.com/codex/windows";
pub(crate) struct WindowsSetupWidget {
pub codex_home: PathBuf,