From ba65a1ef43c7686d67adb376bb0280c26dcf4b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20And=C3=A9e=20=5BMSFT=5D?= Date: Thu, 11 May 2017 19:39:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea244b1..c66b80c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Managing permissions with PowerShell is only a bit easier than in VBS or the com ### [Version History](https://github.com/raandree/NTFSSecurity/wiki/Version-History) ### Installation -Download the latest release from [here](https://github.com/raandree/NTFSSecurity/releases). Further help can be found in [How to install](https://github.com/raandree/NTFSSecurity/wiki/How-to-install) if you face difficulties getting this module installed. +You have two options: +1. Download the latest release from [here](https://github.com/raandree/NTFSSecurity/releases). +2. Download the module from the PowerShell Gallery: Install-Module -Name NTFSSecurity + +Further help can be found in [How to install](https://github.com/raandree/NTFSSecurity/wiki/How-to-install) if you face difficulties getting this module installed. ### Documentation The cmdlets are yet not documented completely so Get-Help will not show help for all the cmdlets. Providing documentation is planned tough.