Skip to content

Commit 874575b

Browse files
Fix instructions for running samples. Fixes aspnet#301
1 parent 0bcf4b0 commit 874575b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ Also in this repo, [the `samples` directory](https://github.com/aspnet/JavaScrip
6969
**To run the samples:**
7070

7171
* Clone this repo
72-
* Change directory to the same you want to run (e.g., `cd samples/angular/MusicStore`)
73-
* Restore dependencies (run `dotnet restore` and `npm install`).
72+
* At the repo's root directory (the one containing `src`, `samples`, etc.), run `dotnet restore`
73+
* Change directory to the sample you want to run (e.g., `cd samples/angular/MusicStore`)
74+
* Restore Node dependencies by running `npm install`
7475
* If you're trying to run the Angular 2 "Music Store" sample, then also run `gulp` (which you need to have installed globally). None of the other samples require this.
7576
* Run the application (`dotnet run`)
7677
* Browse to [http://localhost:5000](http://localhost:5000)

0 commit comments

Comments
 (0)