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

Commit

Permalink
Add brew update command to ESC install guide (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Oct 10, 2023
1 parent 6cf8150 commit b025317
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit b025317

Please sign in to comment.