Skip to content

Commit

Permalink
Add Windows chocolatey support to README.md (#312)
Browse files Browse the repository at this point in the history
Also notes new parallel PATH behavior, wherein bazelisk is also added as bazel.
Thanks @digitalcoyote!
Fixes #311
  • Loading branch information
cpsauer authored Apr 4, 2022
1 parent 15abf0e commit bef772c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ You can call it just like you would call Bazel.

## Installation

On MacOS, you can `brew install bazelisk`. This adds both `bazelisk` and `bazel` to the `PATH`.
On macOS: `brew install bazelisk`.

Binary and source releases are provided on our [Releases](https://github.com/bazelbuild/bazelisk/releases) page.
On Windows: `choco install bazelisk`.

Each adds bazelisk to the `PATH` as both `bazelisk` and `bazel`.

Binary and source releases are also provided on our [Releases](https://github.com/bazelbuild/bazelisk/releases) page.
You can download one of these and add it to your `PATH` manually.

Bazelisk is also published to npm.
Expand Down

0 comments on commit bef772c

Please sign in to comment.