Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit e4b1773

Browse files
committed
Add back the bazel install steps
1 parent 4f4c870 commit e4b1773

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,21 @@ Follow https://github.com/angular/angular/issues/19058 for updates.
1515

1616
## Installation
1717

18-
Add `ibazel` to your `$PATH`:
18+
Install Bazel from the distribution, see [install] instructions.
19+
On Mac, if you have Homebrew installed you can
20+
21+
```bash
22+
brew tap bazelbuild/tap
23+
brew tap-pin bazelbuild/tap
24+
brew install bazel
25+
```
26+
27+
Bazel will install a hermetic version of Node, npm, and Yarn when
28+
you run the first build.
29+
30+
[install]: https://bazel.build/versions/master/docs/install.html
31+
32+
Also add `ibazel` to your `$PATH`:
1933

2034
```
2135
yarn global add @bazel/ibazel

0 commit comments

Comments
 (0)