Skip to content

Commit 36f1cca

Browse files
authored
fix: windows instructions (#4807)
link to docs
1 parent d3e1beb commit 36f1cca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

codex-rs/tui/src/onboarding/windows.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ pub(crate) const WSL_INSTRUCTIONS: &str = r"Install WSL2 by opening PowerShell a
2323
2424
wsl --install
2525
26-
After installation, run Codex from inside of WSL2 with:
26+
Instructions for how to install and run Codex in WSL:
2727
28-
wsl -e codex
29-
30-
More info: https://developers.openai.com/codex/windows";
28+
https://developers.openai.com/codex/windows";
3129

3230
pub(crate) struct WindowsSetupWidget {
3331
pub codex_home: PathBuf,

0 commit comments

Comments
 (0)