Skip to content

Commit

Permalink
Fix link to latest release install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nijave authored Mar 31, 2021
1 parent cb5c4d5 commit 60d464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d464f

Please sign in to comment.