Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 968 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 968 Bytes

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

  • A local tool can be used in a specific folder and it's subfolders
  • It requires a "Tool-Manifest" that provides information about installed tools
dotnet new tool-manifest # if you are setting up this repo for the first time
dotnet tool install --local MarkdownUtil