Skip to content

Commit 61d91d7

Browse files
author
Luke Hoban
committed
Add note on plugins and PATH
1 parent 0711314 commit 61d91d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ An example of using the single resource defined in this example is in `examples/
88

99
This repo does not yet contain a code-generator for generating SDKs in each Pulumi language (TypeScript/Python/Go/.NET). Instead, the SDK for TypeScript for this example is included in the example in `examples/simple/xyz.ts`.
1010

11+
Note that the generated provider plugin (`pulumi-resource-xyz`) must be on your `PATH` to be used by Pulumi deployments. If creating a provider for distribution to other users, you should ensure they install this plugin to their `PATH`.
12+
1113

1214
## Build and Test
1315

0 commit comments

Comments
 (0)