diff --git a/themes/default/layouts/shortcodes/install-pulumi.html b/themes/default/layouts/shortcodes/install-pulumi.html index 1f4b76fa2a8..0e5e3158878 100644 --- a/themes/default/layouts/shortcodes/install-pulumi.html +++ b/themes/default/layouts/shortcodes/install-pulumi.html @@ -10,13 +10,35 @@ + {{- .Inner -}}
> choco install pulumi
- {{- .Inner -}}

- Or explore - more installation options. + Other installation options are available. + When the installation completes, you can test it out by reading the current version: +

+ +
+
$ pulumi version
+v{{ readFile "static/latest-version" }}
+
+
+ +
+
$ pulumi version
+v{{ readFile "static/latest-version" }}
+
+
+ +
+
> pulumi version
+v{{ readFile "static/latest-version" }}
+
+
+

+ If this doesn't work, you may need to restart your terminal to ensure the folder containing + the pulumi command is on your PATH.