Skip to content

Commit ef14064

Browse files
author
Marc Sallin
committed
Update README.md
Added the Link to the NuGet-Package.
1 parent f64d2ff commit ef14064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The structure of the statements is influenced by the [SQLite Language Specificat
2323
You will find an extensive usage of the composite pattern.
2424

2525
## How to use
26+
Either get the assembly from the latest [release](https://github.com/msallin/SQLiteCodeFirst/releases) or install the NuGet-Package [SQLite.CodeFirst](https://www.nuget.org/packages/SQLite.CodeFirst/).
27+
2628
If you want to let the Entity Framework create the database, if it does not exist, just set `SqliteDropCreateDatabaseAlways<>` or `SqliteCreateDatabaseIfNotExists<>` as your `IDbInitializer<>`.
2729
```csharp
2830
public class MyDbContext : DbContext

0 commit comments

Comments
 (0)