diff --git a/src/handlers/installationHandlers.js b/src/handlers/installationHandlers.js index 6256a95..6616416 100644 --- a/src/handlers/installationHandlers.js +++ b/src/handlers/installationHandlers.js @@ -94,7 +94,9 @@ export async function installCodex(showNavigationMenu) { try { await runCommand('setx PATH "%PATH%;%LOCALAPPDATA%\\Codex"'); spinner.success(); - console.log(showSuccessMessage('Codex has been installed and PATH has been updated automatically!')); + console.log(showSuccessMessage('Codex has been installed and PATH has been updated automatically!\n' + + `You may need to restart your terminal.` + )); } catch (error) { spinner.success(); console.log(showInfoMessage( diff --git a/win.md b/win.md index 0f82bb3..48e620a 100644 --- a/win.md +++ b/win.md @@ -15,8 +15,3 @@ ### In repository root - 'npm install' successfully installs package - 'npm start' run the CLI tool - -### Using CLI tool -- After installing Codex: Restart of terminal was required. -- Attempt to start Codex failed: command for firewall modification failed. -- Disabled firewall commands and tried again: tool reports Codex is running and to open a new terminal to interact with it. Then (with no action) the tool stops. (No Codex process is running.)