diff --git a/README.md b/README.md index db51b5a..47bcc61 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ Automated setup of Windows 10 through Boxstarter/Chocolatey. the raw URL that just gives you the raw file content itself. * Run the Boxstarter installation script:\ - `Install-BoxstarterPackage -PackageName URL_TO_RAW_INSTALLATION_SCRIPT_HERE` + `$c = Get-Credential; Install-BoxstarterPackage -Credential $c -PackageName URL_TO_RAW_INSTALLATION_SCRIPT_HERE`