Skip to content

Commit 96fd266

Browse files
author
Rafal Tracilowski
committed
Update link to install script to gh master branch
1 parent 02e8cc8 commit 96fd266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ the `Install-Script` command.
6363

6464
**Alternatively** you can download and execute the script directly from the web
6565
without the use of `Install-Script`. However we **highly recommend** that you
66-
[read the script](https://git.io/vbxjj)
66+
[read the script](https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1)
6767
first before running it in this way!
6868

6969
```powershell
70-
iex (iwr https://git.io/vbxjj)
70+
iex (iwr https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1)
7171
```
7272

7373
## Reporting Problems

0 commit comments

Comments
 (0)