Skip to content

Commit 34bb29a

Browse files
committed
Updated readme with latest link
1 parent 35bd928 commit 34bb29a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A PowerShell module for compressing and decompressing archive files using only n
88

99
Requires __Powershell 3.0 or above__ and the __.NET Framework v4.5 or higher__.
1010

11-
If you find it useful, unearth any bugs or have any suggestions for improvements, feel free to add an <a href="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>.
1212

1313
##### Screenshots
1414
![ScreenShot](./VirtualEngine.Compression.png?raw=true)
@@ -17,11 +17,11 @@ If you find it useful, unearth any bugs or have any suggestions for improvements
1717

1818
* Automatic (via Chocolatey):
1919
* Run 'cinst VirtualEngine-Compression'.
20-
* Run 'Import-Module VirtualEngine-Compression'.
20+
* Run 'Import-Module VirtualEngine.Compression'.
2121
* Manual:
22-
* Download the latest release .zip.
22+
* Download the [latest release .zip](https://github.com/virtualengine/Compression/releases/latest)
2323
* 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'.
2525
* If you want it to be loaded automatically when PowerShell starts, add the line above to your PowerShell profile (see $profile).
2626

2727
#### Usage
@@ -32,7 +32,7 @@ Refer to the built-in cmdlet help.
3232

3333
##### Why?
3434

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 <a href="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.
3636

3737
##### Implementation details
3838
Written in PowerShell :)

0 commit comments

Comments
 (0)