You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Issue #4](https://github.com/msorens/DocTreeGenerator/issues/4): Added -SourceDir parameter to allow modules located in an arbitrary directory.
25
43
26
44
27
45
BUG FIXES:
@@ -37,7 +55,7 @@ IMPROVEMENTS:
37
55
- Added template and script for regenerating self-documentation (i.e. DocTreeGenerator itself).
38
56
39
57
BUG FIXES:
40
-
- Overview files were not returning valid results with a DocType definition (DTD) present.[#3](https://github.com/msorens/DocTreeGenerator/issues/3)
58
+
-[Issue #3](https://github.com/msorens/DocTreeGenerator/issues/3): Overview files were not returning valid results with a DocType definition (DTD) present.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Download the full wallchart in a convenient PDF from my article on Simple-Talk.c
32
32
33
33
Installation
34
34
----------
35
-
1. If you have Windows 10 or later (or have updated your PS 3 or 4 environment with PowerShellGet), you can just run `Install-Module -Name DocTreeGenerator` to install this module. Otherwise, you can download it from GitHub. After downloading, unzip DocTreeGenerator-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
35
+
1. If you have Windows 10 or later (or have updated your PS 3 or 4 environment with PowerShellGet), you can just run `Install-Module -Name DocTreeGenerator` to install this module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/DocTreeGenerator). Otherwise, you can download it from [GitHub](https://github.com/msorens/DocTreeGenerator). After downloading, unzip DocTreeGenerator-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
36
36
2. Import the module in your profile or import it manually: `Import-Module DocTreeGenerator`
0 commit comments