added table of contents

additionally, i added anchor tags. modified debug build command
This commit is contained in:
Wyatt J. Miller 2022-06-30 18:33:47 -04:00
parent aa325ed9b2
commit d4055211df

View File

@ -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: