From 799694ec47c13078447272e43e754b5505c82ac9 Mon Sep 17 00:00:00 2001 From: Levi Blackstone Date: Tue, 10 Oct 2023 10:54:28 -0600 Subject: [PATCH] Add brew update command to ESC install guide --- themes/default/content/docs/install/esc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/content/docs/install/esc.md b/themes/default/content/docs/install/esc.md index dbbf7fdffe4..c63a1f375ff 100644 --- a/themes/default/content/docs/install/esc.md +++ b/themes/default/content/docs/install/esc.md @@ -22,7 +22,7 @@ search: ## Package manager ```bash -$ brew install pulumi/tap/esc +$ brew update && brew install pulumi/tap/esc ``` ### MacOS binary download @@ -57,7 +57,7 @@ You can install Pulumi ESC through the [Homebrew package manager](https://brew.s [Pulumi Homebrew Tap](https://github.com/pulumi/homebrew-tap/) ```bash -$ brew install pulumi/tap/esc +$ brew update && brew install pulumi/tap/esc ``` This will install the `esc` CLI to the usual place (often `/usr/local/bin/esc`) and add it to your path.