mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-02-25 16:03:11 +00:00
adds message that terminal restart may be needed
This commit is contained in:
parent
993625affc
commit
09a6f1518f
@ -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(
|
||||
|
||||
5
win.md
5
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.)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user