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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A PowerShell module for compressing and decompressing archive files using only n
8
8
9
9
Requires __Powershell 3.0 or above__ and the __.NET Framework v4.5 or higher__.
10
10
11
-
If you find it useful, unearth any bugs or have any suggestions for improvements, feel free to add an <ahref="https://github.com/virtualengine/Compression/issues">issue</a> or place a comment at the project home page</a>.
11
+
If you find it useful, unearth any bugs or have any suggestions for improvements, feel free to add an [issue](https://github.com/virtualengine/Compression/issues) or place a comment at the project home page</a>.
@@ -17,11 +17,11 @@ If you find it useful, unearth any bugs or have any suggestions for improvements
17
17
18
18
* Automatic (via Chocolatey):
19
19
* Run 'cinst VirtualEngine-Compression'.
20
-
* Run 'Import-Module VirtualEngine-Compression'.
20
+
* Run 'Import-Module VirtualEngine.Compression'.
21
21
* Manual:
22
-
* Download the latest release .zip.
22
+
* Download the [latest release .zip](https://github.com/virtualengine/Compression/releases/latest)
23
23
* Extract the .zip to your somewhere in the $PSModulePath, e.g. \Document\WindowsPowerShell\Modules\.
24
-
* Run 'Import-Module VirtualEngine-Compression'.
24
+
* Run 'Import-Module VirtualEngine.Compression'.
25
25
* If you want it to be loaded automatically when PowerShell starts, add the line above to your PowerShell profile (see $profile).
26
26
27
27
#### Usage
@@ -32,7 +32,7 @@ Refer to the built-in cmdlet help.
32
32
33
33
##### Why?
34
34
35
-
Because we couldn't find a PowerShell module that doesn't require 3rd party assemblies and we needed the ability to build .zip archives with <ahref="https://github.com/psake/psake">Psake</a>. In addition, this module will become a dependency for other Virtual Engine modules and DSC resources in the near future.
35
+
Because we couldn't find a PowerShell module that doesn't require 3rd party assemblies and we needed the ability to build .zip archives with [Psake](https://github.com/psake/psake). In addition, this module will become a dependency for other Virtual Engine modules and DSC resources in the near future.
0 commit comments