Skip to content

Commit 2e1fb86

Browse files
authored
Update README.md
1 parent 32201e1 commit 2e1fb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) f
1010

1111

1212
## Setup
13-
To run the project obtain the repo and then:
13+
To build and run the project using the command line:
1414
1. Install npm packages with `\src>npm install` in the `src` directory.
1515
2. Restore nuget packages with `\src>dotnet restore` in the `src` directory.
1616
3. Create the database with `\src>dotnet ef database update` in the `src` directory.
1717
4. Run the project with `\src>dotnet run` in the `src` directory.
1818
5. Point your browser to **http://localhost:5000**.
1919

20-
The project can also be run from either Visual Studio 2017 or Visual Studio Code with the IDE handling some of the steps above. If you have issues try running the above from the command line to ensure everything is setup.
20+
Of course, you can also run it from either Visual Studio 2017 or Visual Studio Code with the IDE handling most of the steps above. If you have issues try running the above from the command line to ensure things are setup properly.
2121

2222

0 commit comments

Comments
 (0)