From d4055211dff14ec8c55a3f90c706b7463a12e5c3 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 30 Jun 2022 18:33:47 -0400 Subject: [PATCH] added table of contents additionally, i added anchor tags. modified debug build command --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2923b39..7e8dda3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Designed and developed by Wyatt J. Miller, 2022 Licensed by the Mozilla Public License version 2 +## Table of Contents + +- [Building](#building) + - [Requirements](#requirements) + - [Getting the source code](#getting-the-source-code) + - [Deployment](#deployment) +- [Documentation](#documentation) +- [Contribution](#contribution) + ## Building ### Requirements @@ -24,7 +33,7 @@ Clone using the following command: If you want to build for development, run: -`dotnet build` +`dotnet run --project DeskHubSharpRevised/DeskHubSharpRevised.csproj` If you want to build for production for Linux, run: