Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Add brew update command to ESC install guide #3470

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions themes/default/content/docs/install/esc.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ search:
## Package manager

```bash
$ brew install pulumi/tap/esc
$ brew update && brew install pulumi/tap/esc
```

### MacOS binary download
Expand Down Expand Up @@ -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.
Expand Down
Loading