This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-4
lines changed
Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Original file line number Diff line number Diff 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
6894This 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
7399bedrock init -f bedrock-config.yaml
Original file line number Diff line number Diff 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
1515stages :
You can’t perform that action at this time.
0 commit comments