Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSurayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>2022-10-26 19:11:51 +0300
committerGitHub <noreply@github.com>2022-10-26 19:11:51 +0300
commit8e17f6e1ef814243f3c1525598afc5dabb49e4ae (patch)
tree9d5d4dfe4a1070b99876b008cee4e4b2d6f738ee /src
parentca63ba4739bccfe918de82465e079242ecab0dd0 (diff)
Update src/Components/README.md
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/Components/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Components/README.md b/src/Components/README.md
index 7a95ef7e9d..ea0061ea85 100644
--- a/src/Components/README.md
+++ b/src/Components/README.md
@@ -61,7 +61,8 @@ source activate.sh
. ./activate.ps1
```
-Now you can build `src\Components\Web.JS\` by running the following command in the directory.
+4. Now you can build `src\Components\Web.JS\` by running the following commands in the `src\Components\Web.JS` directory:
+
```powershell
dotnet build
```