Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheodorio committed Dec 6, 2024
1 parent 78d56e3 commit d3d04f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
8 changes: 8 additions & 0 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit d3d04f2

Please sign in to comment.