From 36f1cca1b131e61592dc5a4ca3e5351bcf8d23e0 Mon Sep 17 00:00:00 2001 From: Fouad Matin <169186268+fouad-openai@users.noreply.github.com> Date: Sun, 5 Oct 2025 22:06:21 -0700 Subject: [PATCH] fix: windows instructions (#4807) link to docs --- codex-rs/tui/src/onboarding/windows.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/codex-rs/tui/src/onboarding/windows.rs b/codex-rs/tui/src/onboarding/windows.rs index 4e717c5d..a779fbc8 100644 --- a/codex-rs/tui/src/onboarding/windows.rs +++ b/codex-rs/tui/src/onboarding/windows.rs @@ -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,