Updated WireMock as dotnet tool (markdown)

Stef Heyenrath
2021-10-15 16:16:44 +02:00
parent 234f518e86
commit 675a8ce9c5

@@ -8,6 +8,8 @@ Install locally:
dotnet tool install --global dotnet-wiremock
```
In case you also use private NuGet endpoints, follow this [link](https://github.com/dotnet/sdk/issues/9555#issuecomment-484585146) to solve authentication errors.
## Usage
Start the WireMock.Net server:
``` cmd