Browse Source

rtd fixes

pull/62/head
sup3rlativ3 6 years ago
parent
commit
77c9691c17
  1. 2
      Docs/Index.md
  2. 2
      mkdocs.yml

2
Docs/Index.md

@ -11,7 +11,7 @@ Managing permissions with PowerShell is only a bit easier than in VBS or the com
You have two options: You have two options:
* Download the latest release from the [releases](https://github.com/raandree/NTFSSecurity/releases) section on GitHub. * Download the latest release from the [releases](https://github.com/raandree/NTFSSecurity/releases) section on GitHub.
* Download the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/NTFSSecurity): * Download the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/NTFSSecurity):
```PowerShell ```PowerShell
Install-Module -Name NTFSSecurity Install-Module -Name NTFSSecurity

2
mkdocs.yml

@ -48,4 +48,4 @@ site_name: NTFSSecurity
theme: readthedocs theme: readthedocs
site_author: Raimund Andrée, James Smith site_author: Raimund Andrée, James Smith
edit_uri: edit/master/Help/ edit_uri: edit/master/Help/
docs_dir: Docs docs_dir: ./Docs
Loading…
Cancel
Save