Update build-container.md to add missing "cd App" command (#33748)
Add missing command to change directories and navigate into the *App* folder, from the terminal session
This commit is contained in:
Родитель
b21457fd5d
Коммит
a3e2053572
|
@ -60,6 +60,7 @@ Your folder tree will look like the following:
|
|||
The `dotnet new` command creates a new folder named *App* and generates a "Hello World" console application. Change directories and navigate into the *App* folder, from your terminal session. Use the `dotnet run` command to start the app. The application will run, and print `Hello World!` below the command:
|
||||
|
||||
```dotnetcli
|
||||
cd App
|
||||
dotnet run
|
||||
Hello World!
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче