From 60d464f4d2b3c32889e582d1a558eeeefe30ad2d Mon Sep 17 00:00:00 2001 From: Nick Venenga Date: Tue, 30 Mar 2021 20:04:24 -0400 Subject: [PATCH] Fix link to latest release install.ps1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26812ce..f3d70c9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Usage: Install using Powershell to run `install.ps1` ``` -@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/nijave/borg-windows-package/releases/download/latest/install.ps1'))" +@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/nijave/borg-windows-package/releases/latest/download/install.ps1'))" ``` ## Update