From 8af74bd0e424aebbd4802fc53a40c5d0e36d3ec6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 16 Aug 2017 09:12:48 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a8dbe44d7b..98d1ae1fd9 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ The bitwarden Core project contains the APIs, database, and other infrastructure The core infrastructure is written in C# using .NET Core with ASP.NET Core. The database is written in T-SQL/SQL Server. The codebase can be developed, built, run, and deployed cross-platform on Windows, macOS, and Linux distributions. -# Build/Run +## Build/Run -**Requirements** +### Requirements - [.NET Core 2.x](https://www.microsoft.com/net/download/core) - [SQL Server 2016 or 2017](https://docs.microsoft.com/en-us/sql/index) -**Recommended Development Tooling** +### Recommended Development Tooling - [Visual Studio](https://www.visualstudio.com/vs/) (Windows and macOS) - [Visual Studio Code](https://code.visualstudio.com/) (other) -**API** +### API ``` cd src/Api @@ -39,7 +39,7 @@ dotnet run -f netcoreapp2.0 visit http://localhost:5000/alive -**Identity** +### Identity ``` cd src/Identity @@ -50,7 +50,7 @@ dotnet run -f netcoreapp2.0 visit http://localhost:33657/.well-known/openid-configuration -# Contribute +## Contribute Code contributions are welcome! Visual Studio or VS Code is required to work on this project. Please commit any pull requests against the `master` branch.