Skip to content

Commit 61cfd37

Browse files
fix: add badge and update README for nuget (#609)
1 parent ad30dd3 commit 61cfd37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
[![PyPI version](https://img.shields.io/pypi/v/cdklabs.generative-ai-cdk-constructs)](https://pypi.org/project/cdklabs.generative-ai-cdk-constructs/)
1414
[![npm version](https://img.shields.io/npm/v/@cdklabs/generative-ai-cdk-constructs)](https://www.npmjs.com/package/@cdklabs/generative-ai-cdk-constructs)
15+
[![NuGet Version](https://img.shields.io/nuget/v/Cdklabs.GenerativeAiCdkConstructs)](https://nuget.info/packages/Cdklabs.GenerativeAiCdkConstructs)
1516

1617
## Table of contents
1718

@@ -67,6 +68,15 @@ If you want to add a new construct to the library, check out our [design guideli
6768
- Import the library:
6869
- `import cdklabs.generative_ai_cdk_constructs`
6970

71+
### For NuGet
72+
73+
- Create or use an existing CDK application in Python
74+
- `cdk init app --language csharp`
75+
- Install the package while in the Visual Studio project:
76+
- `dotnet add package CdkLabs.GenerativeAICdkConstructs`
77+
- Use the namespace:
78+
- `using Cdklabs.GenerativeAiCdkConstructs;`
79+
7080
Refer to the documentation for additional guidance on a particular construct: [Catalog](#catalog)
7181

7282
## Catalog

0 commit comments

Comments
 (0)