Setup

Dokumentation • Setup

For your convenience, the tool is distributed as .NET Tool via NuGet. This simplifies the installation and updating of the tool

Step 1: Dependencies

Ensure you have installed the required .NET dependency for your operating system

Step 2: Installation

Install the tool. At will globally for your whole system or locally available to a specific folder and it's subfolders.

Global

dotnet tool install --global MarkdownUtil

Local

dotnet new tool-manifest # if you are setting up this repo for the first time
dotnet tool install --local MarkdownUtil

✎ Edit Page