added info

This commit is contained in:
Mik-TF 2024-10-10 23:44:48 -07:00
parent fd2a4c2853
commit 2ccb0286da

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.')
}