mirror of
https://github.com/jcreek/YouTubeChannelDownloader.git
synced 2026-07-12 18:53:46 +00:00
refactor(*): Improve readability of commands in readme
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user