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
diff options
context:
space:
mode:
authorSurayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>2022-10-26 18:59:32 +0300
committerGitHub <noreply@github.com>2022-10-26 18:59:32 +0300
commitca63ba4739bccfe918de82465e079242ecab0dd0 (patch)
tree14d0c4ee636e607e019baeb5a1026513accadee9
parent66a2950b867e8c427e693dd29934480f6e1b3de3 (diff)
Update src/Components/README.md
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
-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 e06677a959..7a95ef7e9d 100644
--- a/src/Components/README.md
+++ b/src/Components/README.md
@@ -39,7 +39,8 @@ To build this specific project from source, follow the instructions [on building
Prior to building `src\Components\Web.JS\`
-1. You'll need to install [Node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/) on your machine.
+1. You'll need to install [Node](https://nodejs.org) and [yarn](https://yarnpkg.com) on your machine.
+
2. You'll need to run the `restore` script locally to install the required dotnet dependencies and setup the repo. The `restore` script is located in the root of the repo.
```bash