Skip to content

Commit

Permalink
Updated readme with latest link
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbrighton committed Jul 21, 2014
1 parent 35bd928 commit 34bb29a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A PowerShell module for compressing and decompressing archive files using only n

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

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>.
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>.

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

* Automatic (via Chocolatey):
* Run 'cinst VirtualEngine-Compression'.
* Run 'Import-Module VirtualEngine-Compression'.
* Run 'Import-Module VirtualEngine.Compression'.
* Manual:
* Download the latest release .zip.
* Download the [latest release .zip](https://github.com/virtualengine/Compression/releases/latest)
* Extract the .zip to your somewhere in the $PSModulePath, e.g. \Document\WindowsPowerShell\Modules\.
* Run 'Import-Module VirtualEngine-Compression'.
* Run 'Import-Module VirtualEngine.Compression'.
* If you want it to be loaded automatically when PowerShell starts, add the line above to your PowerShell profile (see $profile).

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

##### Why?

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.
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.

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

0 comments on commit 34bb29a

Please sign in to comment.