Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit aa840af

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/yargs-parser-13.1.2
2 parents fca093e + 9862978 commit aa840af

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,33 @@ Key features:
2020

2121
## Install
2222

23-
Download pre-compiled binaries of Bedrock CLI on the
23+
You can install `bedrock` via `homebrew` or with the pre-compiled binaries.
24+
25+
### Homebrew
26+
27+
Version `v0.6.6` and newer are available via homebrew.
28+
29+
Tap to the formulae repository:
30+
31+
```
32+
$ brew tap microsoft/bedrock
33+
```
34+
35+
Install `bedrock`:
36+
37+
```
38+
$ brew install microsoft/bedrock/bedrock-cli
39+
```
40+
41+
Run `bedrock`
42+
43+
```
44+
$ bedrock
45+
```
46+
47+
### Pre-compile binaries
48+
49+
Download pre-compiled binaries of `bedrock` on the
2450
[releases](https://github.com/microsoft/bedrock-cli/releases) page.
2551

2652
## CLI
@@ -66,8 +92,8 @@ bedrock init -i
6692
```
6793

6894
This will guide you through the process of creating a configuration.
69-
Alternatively if you already have a [configuration file](./guides/config-file.md)
70-
you can run the command:
95+
Alternatively if you already have a
96+
[configuration file](./guides/config-file.md) you can run the command:
7197

7298
```bash
7399
bedrock init -f bedrock-config.yaml

release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
repositories:
1010
- repository: BedrockHomebrewCore # The name used to reference this repository in the checkout step
1111
type: github
12-
endpoint: "bedrock-cli"
12+
endpoint: "bedrock-homebrew"
1313
name: microsoft/homebrew-bedrock
1414

1515
stages:

0 commit comments

Comments
 (0)