We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cf544 commit 7e1829eCopy full SHA for 7e1829e
1 file changed
README.md
@@ -7,7 +7,13 @@ of script output (including date/timestamps) without the need for
7
extra code by the script author.
8
9
The source code is maintained on GitHub. If you would like to use
10
-the module but can't compile it yourself, you can download a zip file
11
-of the module from:
+the module but can't compile it yourself, you can install it with
+PowerShellGet:
12
+
13
+```posh
14
+Install-Module PowerShellLogging
15
+```
16
17
+Or download a zip file of the module from:
18
19
http://gallery.technet.microsoft.com/scriptcenter/Enhanced-Script-Logging-27615f85
0 commit comments