From d0c7e7e14c956de68ba182c4afa57dc7550e3c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 8 Dec 2015 23:31:44 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03f2aae0..634dc2f5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Note: OpenIddict uses **[EntityFramework 7](https://github.com/aspnet/EntityFram To use OpenIddict, you need to: + - **Update your DNX runtime to use the latest RC2 nightly builds**: +``` +dnvm upgrade -u +``` + - **Have an existing project or create a new one** (note: when creating a new project using Visual Studio's default ASP.NET 5 template, using **individual user accounts authentication** is strongly recommended). - **Add the appropriate MyGet repositories to your NuGet sources**. This can be done by adding a new `NuGet.Config` file at the root of your solution: