Dokumentation • Setup
For your convenience, the tool is distributed as .NET Tool via NuGet. This simplifies the installation and updating of the tool
Ensure you have installed the required .NET dependency for your operating system
Install the tool. At will globally for your whole system or locally available to a specific folder and it's subfolders.
dotnet tool install --global MarkdownUtil
- 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