From 34bb29afe3fbf1f7931c3fe576f3eb6fa0d228c3 Mon Sep 17 00:00:00 2001 From: Iain Brighton Date: Mon, 21 Jul 2014 22:17:43 +0100 Subject: [PATCH] Updated readme with latest link --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa03f70..7032b2f 100644 --- a/README.md +++ b/README.md @@ -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 issue or place a comment at the project home page. +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. ##### Screenshots ![ScreenShot](./VirtualEngine.Compression.png?raw=true) @@ -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 @@ -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 Psake. 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 :)