From 13dc050dd27aa7ee8bcb449f8e9c6646bcf6a2f6 Mon Sep 17 00:00:00 2001 From: dmilov Date: Wed, 17 Feb 2021 11:12:14 +0200 Subject: [PATCH] Update README.md --- Modules/VMware.vSphere.SsoAdmin/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/VMware.vSphere.SsoAdmin/README.md b/Modules/VMware.vSphere.SsoAdmin/README.md index eb1208d..6d97836 100644 --- a/Modules/VMware.vSphere.SsoAdmin/README.md +++ b/Modules/VMware.vSphere.SsoAdmin/README.md @@ -3,10 +3,10 @@ This module is combination of .NET binary libraries for accessing vSphere SSO Ad
The module supports PowerShell 5.1 and PowerShell 7.0 and above.
-# Using the module -The module can be used without the '/src' directory. The '/src' directory contains the source code of the module.
- -This module depends on PowerCLI 'VMware.VimAutomation.Common', Version 12.0 module
+## Install Module from PowerShell Gallery +``` +Install-Module VMware.vSphere.SsoAdmin +``` # Using the source code ## '/src' directory