From 1ae01a939a988a4025c72d8b9207f358da474b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=88=98=ED=98=84?= <164843727+su080915@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:13:41 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042f2f3..14af4fa 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ brew update && brew install azure-cli ``` ``` -# 윈도우 +# 윈도우 powershell $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; Remove-Item .\AzureCLI.msi ```