diff --git a/README.md b/README.md index 248ae4e..6bad8a6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ To use from Go, use `go get` to grab the latest version of the library: go get github.com/crowdstrike/pulumi-crowdstrike/sdk/go/... ``` +### .NET + +To use from .NET, install using `dotnet add package`: + +```bash +dotnet add package CrowdStrike.Crowdstrike +``` + ## Reference For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/crowdstrike/api-docs/). diff --git a/sdk/python/README.md b/sdk/python/README.md index 248ae4e..6bad8a6 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -36,6 +36,14 @@ To use from Go, use `go get` to grab the latest version of the library: go get github.com/crowdstrike/pulumi-crowdstrike/sdk/go/... ``` +### .NET + +To use from .NET, install using `dotnet add package`: + +```bash +dotnet add package CrowdStrike.Crowdstrike +``` + ## Reference For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/crowdstrike/api-docs/).