update powershell script message from standalone to selfhosted (#265)

This commit is contained in:
Young Bu Park 2020-02-12 15:59:33 -08:00 committed by GitHub
parent aa58fbfa3c
commit 7d1f20fcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ if($UserPathEnvionmentVar -like '*dapr*') {
Write-Output "`r`nDapr CLI is installed successfully."
Write-Output "To get started with Dapr, please visit https://github.com/dapr/docs/tree/master/getting-started ."
Write-Output "Ensure that Docker Desktop use Linux containers mode when you run Dapr as a standalone mode."
Write-Output "Ensure that Docker Desktop is set to Linux containers mode when you run Dapr in self hosted mode."