Browse Source
Update Readme.md
Added missing direction to the sentence
pull/12930/head
Hasan San
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
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 |
|
|
|
dotnet run --migrate-database |
|
|
|
|