Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peroxy authored Oct 2, 2020
1 parent 2f2a102 commit 5e78dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here is an example of appsettings.json file:

### Restoring packages and database
Go to project directory and run commands:
1. `dotnet restore` - this will restore all project packages
1. `dotnet restore` - this will restore all NuGet project packages
2. `dotnet ef database update` - this will create a local sqlite database file, make sure the build action is set to copy to output directory

### Running application
Expand Down

0 comments on commit 5e78dc6

Please sign in to comment.