Update windows-core.md

Add missing quote in the install instruction [skip ci]
This commit is contained in:
Charu 2016-04-04 18:25:18 -07:00 committed by Andrew Schwartzmeyer
parent e5e77389c0
commit 7fd350d90e

View file

@ -21,7 +21,7 @@ it to your PowerShell session's path:
```powershell
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
./install.ps1 -version 1.0.0-beta-002198
$env:Path += ";$env:LocalAppData\Microsoft\dotnet\cli
$env:Path += ";$env:LocalAppData\Microsoft\dotnet\cli"
```
If you have any problems installing `dotnet`, please see their