Skip to content

Commit 10bd378

Browse files
committed
docs: adds container information for hidi
1 parent c87204a commit 10bd378

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/Microsoft.OpenApi.Hidi/readme.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hidi has these key capabilities that enable you to build different scenarios off
1414
## Installation
1515

1616
Install [Microsoft.OpenApi.Hidi](https://www.nuget.org/packages/Microsoft.OpenApi.Hidi/1.0.0-preview4) package from NuGet by running the following command:
17-
17+
1818
### .NET CLI(Global)
1919

2020
```bash
@@ -23,12 +23,18 @@ dotnet tool install --global Microsoft.OpenApi.Hidi --prerelease
2323

2424
### .NET CLI(local)
2525

26-
```bash
26+
```bash
2727
dotnet new tool-manifest #if you are setting up the OpenAPI.NET repo
2828
dotnet tool install --local Microsoft.OpenApi.Hidi --prerelease
2929
```
30-
31-
30+
31+
### Docker
32+
33+
Hidi is also available as a Docker image:
34+
35+
```bash
36+
docker pull mcr.microsoft.com/openapi/hidi
37+
```
3238

3339
## How to use Hidi
3440

0 commit comments

Comments
 (0)