From d0dbcd1338804d6d5224563d1f0275f190c55f11 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Fri, 14 Feb 2014 16:17:14 -0600 Subject: [PATCH] Add Requirements Section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d4a82a7..829cb376c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Exceptionless [![Build Status](http://teamcity.codesmithtools.com/app/rest/builds/buildType:\(id:bt27\)/statusIcon)](http://teamcity.codesmithtools.com/project.html?projectId=Exceptionless) +# Exceptionless [![Build Status](http://teamcity.codesmithtools.com/app/rest/builds/buildType:\(id:bt27\)/statusIcon)](http://teamcity.codesmithtools.com/project.html?projectId=Exceptionless) The definition of the word exceptionless is: to be without exception. [Exceptionless](http://exceptionless.com) provides real-time .NET error reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless! +## Requirements +1. Visual Studio 2013 + ## Getting Started 1. Start MongoDB and Redis by opening `StartBackendServers.bat`.