refactor(*): Improve readability of commands in readme

This commit is contained in:
Josh Creek
2021-08-29 15:51:59 +01:00
parent e2bd33c7d2
commit f908f08010
+4 -4
View File
@@ -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`.