Skip to content

Commit 34446b2

Browse files
authored
Match Install-VSCode.ps1 script url with the one from master branch
Match Install-VSCode.ps1 script url with the one from master branch
2 parents 1917544 + 39d7dd2 commit 34446b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can also install a VSIX package from our [Releases page](https://github.com/
4242
[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix)
4343
instructions. The easiest way is through the command line:
4444

45-
```
45+
```powershell
4646
code --install-extension PowerShell-<version>.vsix
4747
```
4848

@@ -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://github.com/PowerShell/vscode-powershell/blob/develop/scripts/Install-VSCode.ps1)
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)