@pulumi/pulumi 3.18.0-alpha.1637106808 → 3.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/version.js +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ At the moment, we only support building on macOS and Linux, where standard GNU t
|
|
|
36
36
|
To build the SDK, simply run `make` from the root directory (where this `README` lives, at `sdk/nodejs/` from the repo's
|
|
37
37
|
root). This will build the code, run tests, and install the package and its supporting artifacts.
|
|
38
38
|
|
|
39
|
-
At the moment, for local development, we install everything into
|
|
39
|
+
At the moment, for local development, we install everything into `$HOME/.pulumi`. You will want this on your `$PATH`.
|
|
40
40
|
|
|
41
41
|
The tests will verify that everything works, but feel free to try running `pulumi preview` and/or `pulumi up` from
|
|
42
42
|
the `examples/minimal/` directory. Remember to run `tsc` first, since `pulumi` expects JavaScript, not TypeScript.
|
package/package.json
CHANGED
package/version.js
CHANGED