Skip to content

Commit

Permalink
Simplified Homebrew installation flow (#2208)
Browse files Browse the repository at this point in the history
* Simplified Homebrew installation flow

With existence of repository azure/homebrew-bicep and fact, that there's no other formulae than bicep, there's no need to provide specific formulae name.

For more details see here: https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md#installing

* Update installing.md
  • Loading branch information
miqm authored Apr 11, 2021
1 parent 187d4d2 commit 2faed6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ bicep --help

```sh
# Add the tap for bicep
brew tap azure/bicep https://github.com/azure/bicep
brew tap azure/bicep

# Install the tool
brew install azure/bicep/bicep
brew install bicep
```

##### macOS manual install
Expand Down

0 comments on commit 2faed6a

Please sign in to comment.