From ef945cc7c41f92234f175158b537a36d881d4512 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 19 May 2017 13:31:28 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17c6ae8538..5e93c30078 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ The core infrastructure is written in C# using .NET with ASP.NET Core. The datab **Requirements** -- [Visual Studio](https://www.visualstudio.com/) +- [ASP.NET Core](https://dot.net) +- Recommended: [Visual Studio](https://www.visualstudio.com/) Open `bitwarden-core.sln`. After restoring the nuget packages, you can build and run the `Api` project.