Added link to PS Gallery page of SqlServer

This commit is contained in:
Alex Protsenko
2019-10-30 20:12:10 +03:00
committed by GitHub
parent fe294dc617
commit 078722fdfd
@@ -4,7 +4,7 @@ Assess your SQL Server configuration for best practices in 2 simple steps.
### 1. Setup
You just need to install PowerShell SqlServer module using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API.
You just need to install [PowerShell SqlServer module](https://www.powershellgallery.com/packages/SqlServer) using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API.
```PowerShell
Install-Module -Name SqlServer -AllowClobber
@@ -42,4 +42,4 @@ To learn more about SQL Assessment API such as customizing and extending the rul
- Docs online page: https://docs.microsoft.com/sql/sql-assessment-api/sql-assessment-api-overview
- GitHub repo: http://aka.ms/sql-assessment-api
- SQL Assessment API Tutorial notebook: coming soon
- SQL Assessment API Tutorial notebook: coming soon