We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e1beb commit 36f1ccaCopy full SHA for 36f1cca
codex-rs/tui/src/onboarding/windows.rs
@@ -23,11 +23,9 @@ pub(crate) const WSL_INSTRUCTIONS: &str = r"Install WSL2 by opening PowerShell a
23
24
wsl --install
25
26
-After installation, run Codex from inside of WSL2 with:
+Instructions for how to install and run Codex in WSL:
27
28
- wsl -e codex
29
-
30
-More info: https://developers.openai.com/codex/windows";
+ https://developers.openai.com/codex/windows";
31
32
pub(crate) struct WindowsSetupWidget {
33
pub codex_home: PathBuf,
0 commit comments