Browse Source

Merge pull request #12930 from hasansan07/patch-1

Update Readme.md
pull/12932/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
0ada69f3ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/app-nolayers/aspnet-core/README.md

2
templates/app-nolayers/aspnet-core/README.md

@ -4,7 +4,7 @@ This is a minimalist, non-layered startup solution with the ABP Framework. All t
## How to run ## How to run
The application needs to a database. Run the following command in the `MyCompanyName.MyProjectName` directory: The application needs to connect to a database. Run the following command in the `MyCompanyName.MyProjectName` directory:
````bash ````bash
dotnet run --migrate-database dotnet run --migrate-database

Loading…
Cancel
Save