Remove "or use Command Prompt" (#1238)

As noted by @rajkumar42 there is a command that won't work in Command Prompt (`cd ~`). Removing the option to use command prompt to avoid confusing other readers.
This commit is contained in:
Joseph 2017-03-03 15:34:04 -05:00 коммит произвёл Gregg Miskelly
Родитель d6402bde3c
Коммит 32e7dfa204
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ The first time that C# code is opened in VS Code, the extension will download th
The following steps have to executed for every project.
##### 1: Get a project
You can start from scratch by creating an empty project with `dotnet new`. Begin by opening the terminal in Visual Studio Code (`View->Integrated Terminal`) or use Command Prompt and type these commands:
You can start from scratch by creating an empty project with `dotnet new`. Begin by opening the terminal in Visual Studio Code (`View->Integrated Terminal`) and type these commands:
cd ~
mkdir MyApplication