Skip to content

Commit fae247f

Browse files
authored
Update README.md
1 parent 93432f6 commit fae247f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Sample project based on <a href="https://fullstackmark.com/post/13/jwt-authentic
1717

1818
## Setup
1919
To build and run the project using the command line:
20-
1. Install npm packages with `\src>npm install` in the `src` directory.
21-
2. Restore nuget packages with `\src>dotnet restore` in the `src` directory.
22-
3. Create the database with `\src>dotnet ef database update` in the `src` directory.
23-
4. Run the project with `\src>dotnet run` in the `src` directory.
20+
1. Install npm packages with `src>npm install` in the `src` directory.
21+
2. Restore nuget packages with `src>dotnet restore` in the `src` directory.
22+
3. Create the database with `src>dotnet ef database update` in the `src` directory.
23+
4. Run the project with `src>dotnet run` in the `src` directory.
2424
5. Point your browser to **http://localhost:5000**.
2525

2626
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 steps from the command line to ensure things are setup properly.

0 commit comments

Comments
 (0)