Skip to content

Commit bdf23f7

Browse files
committed
Installation section added to readme file.
1 parent 3c91a1d commit bdf23f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Project Objectives
1919
- Provide OpenAPI description writers for both V2 and V3 specification formats.
2020
- Enable developers to create Readers that translate different data formats into OpenAPI descriptions.
2121

22+
# Installation
23+
24+
- Install core Nuget package `Microsoft.OpenApi`
25+
- Install readers Nuget package `Microsoft.OpenApi.Readers`
26+
2227
# Processors
2328
The OpenAPI.NET project holds the base object model for representing OpenAPI documents as .NET objects. Some developers have found the need to write processors that convert other data formats into this OpenAPI.NET object model. We'd like to curate that list of processors in this section of the readme.
2429

0 commit comments

Comments
 (0)