diff --git a/flist.v b/flist.v index df4a64e..9497f21 100644 --- a/flist.v +++ b/flist.v @@ -20,7 +20,7 @@ const docker_cmd = $if windows { } const info_msg = $if windows { - 'Note: Docker Desktop must be running to use the push function.\n' + 'Note: Docker Desktop must be running to use the push function.\nInstall and uninstall functions require PowerShell with administrator privileges.\nOther functions require PowerShell (without admin privileges).\n' } $else $if linux { 'Note: Docker Engine must be running to use the push function.\n' } $else $if macos {