From fa7c227781527f01eeae12e8d6216e81ad42699e Mon Sep 17 00:00:00 2001 From: silvergupta Date: Mon, 29 Oct 2018 22:56:43 +0800 Subject: [PATCH] Update readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e27492e..ff5b0e33 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ To use these tools, obtain Azure Stack compatible Azure PowerShell module and CLI. Unless you've installed from other sources, one way to do it is to obtain from public package repositories as follows. Note that both of these could still be used to operate against Azure as well as Azure Stack, but may lack some of the latest Azure features. +Download Azure Stack tools from GitHub +https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-download + ```powershell Install-Module -Name AzureRm -RequiredVersion 1.2.6 -Scope CurrentUser ```