From f908f080101968f9324a795a755f96beee176cfe Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 29 Aug 2021 15:51:59 +0100 Subject: [PATCH] refactor(*): Improve readability of commands in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1e4e27..80e2505 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Set the SFTP details manually in `TransferFileToNasShare` rather than reading fr To build the database, open a terminal from the project folder (not the solution folder) and run each of these commands in turn. -`dotnet tool install --global dotnet-ef` -`dotnet add package Microsoft.EntityFrameworkCore.Design` -`dotnet ef migrations add InitialCreate` -`dotnet ef database update` +- `dotnet tool install --global dotnet-ef` +- `dotnet add package Microsoft.EntityFrameworkCore.Design` +- `dotnet ef migrations add InitialCreate` +- `dotnet ef database update` On Windows this will create a database file for you in the folder `C:\Users\YOURUSERNAME\AppData\Local`.