diff --git a/flist.v b/flist.v index 4df705d..1df2ab9 100644 --- a/flist.v +++ b/flist.v @@ -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.') }