Skip to content

Commit

Permalink
Updated URL to dotnet install. (PowerShell#1990)
Browse files Browse the repository at this point in the history
The current URL ends in a 404 error. It looks like the filename was changed from install.ps1 to dotnet-install.ps1
  • Loading branch information
Mike Hsu authored and andyleejordan committed Aug 21, 2016
1 parent d8d87ac commit 7f82c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building/windows-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Start-PSBootstrap
The `Start-PSBootstrap` function itself does exactly this:

```powershell
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1 -OutFile install.ps1
./install.ps1
```

Expand Down

0 comments on commit 7f82c29

Please sign in to comment.