diff --git a/guide/getting-started.md b/guide/getting-started.md index 347c8cd..df6fa5b 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -13,6 +13,21 @@ To use OpenIddict, you need to: ``` + - **OPTIONAL: If you want to try out the latest features and bug fixes,** there is a MyGet feed with nightly builds + of OpenIddict. + + To reference the OpenIddict MyGet feed, **create a `NuGet.config` file** (at the root of your solution): + + ```xml + + + + + + + + ``` + - **Configure the OpenIddict services** in `Startup.ConfigureServices`: ```csharp