From 1c0a8f2d290e4deea9debcd38ed66c89f37f41d0 Mon Sep 17 00:00:00 2001 From: Jason Shirk Date: Sat, 16 Nov 2013 11:54:06 -0800 Subject: [PATCH] Update zip file location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 942a8705..8feafeb0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ First, you need to download the module. Using PsGet (http://psget.net, very eas install-module PSReadline ``` -Alternatively, download the file https://github.com/lzybkr/PSReadLine/raw/master/PSReadline.zip and extract the contents into your `C:\Users\[User]\Documents\WindowsPowerShell\modules\PSReadline` folder. (You may have to create these directories if they don't exist) +Alternatively, download the file https://github.com/lzybkr/PSReadLine/releases/download/Latest/PSReadline.zip and extract the contents into your `C:\Users\[User]\Documents\WindowsPowerShell\modules\PSReadline` folder. (You may have to create these directories if they don't exist) Next edit your profile to import the module. There are two common profile files commonly used and the instructions are slightly different for each.