clearer info_msg for windows

This commit is contained in:
mik-tf 2024-10-12 10:21:33 -04:00
parent e128388d52
commit 8c439a69c9

View File

@ -20,7 +20,7 @@ const docker_cmd = $if windows {
} }
const info_msg = $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 { } $else $if linux {
'Note: Docker Engine must be running to use the push function.\n' 'Note: Docker Engine must be running to use the push function.\n'
} $else $if macos { } $else $if macos {