Skip to content

Commit

Permalink
feat: change lbrlabs to scraly again
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly committed Aug 18, 2023
1 parent 223e3bb commit b884408
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM gitpod/workspace-full:latest

RUN go install github.com/pulumi/upgrade-provider@main

RUN brew install gh
RUN brew install gh

RUN brew install pulumi/tap/pulumi
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ yarn add @scraly/pulumi-ovh
To use from Python, install using `pip`:

```bash
pip install lbrlabs-pulumi-ovh
pip install scraly-pulumi-ovh
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/lbrlabs/pulumi-ovh/sdk/go/...
go get github.com/scraly/pulumi-ovh/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Lbrlabs.PulumiPackage.Ovh
dotnet add package Scraly.PulumiPackage.Ovh
```

## Configuration
Expand Down

0 comments on commit b884408

Please sign in to comment.