development_strings #8

Merged
mik-tf merged 3 commits from development_strings into main 2024-10-11 07:14:29 +00:00
Showing only changes of commit 2ccb0286da - Show all commits

View File

@ -62,7 +62,7 @@ fn add_path_windows() {
exit_code := os.system(cmd)
if exit_code == 0 {
println('PATH updated successfully.')
println('PATH updated successfully. \nMake sure to load a new admin PowerShell to use the CLI.')
} else {
println('Failed to update the PATH. Please try running the script as an administrator.')
}