提交 e5224432 编写于 作者: W Wes Haggard 提交者: GitHub

Update docs to say dotnet new console

Commit migrated from https://github.com/dotnet/corefx/commit/5d100b3fe55296ca37781db458838263837b6827
上级 9c651d36
......@@ -18,7 +18,7 @@ this experience. Make sure to consult this document often.
1. Create a new project
- Create a new folder for your app
- Ensure you have a "2.0.0-*" CLI installed on your path. You can check with `dotnet --info`.
- Create project file by running `dotnet new`
- Create project file by running `dotnet new console`
2. Restore packages so that you're ready to play:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册