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