Skip to content

Commit be1c257

Browse files
Add how to install Bazelisk via Scoop or WinGet (#668)
* Add how to install Bazelisk via Scoop or WinGet * Reorder package managers Co-authored-by: Alberto Cavalcante <[email protected]> --------- Co-authored-by: Alberto Cavalcante <[email protected]>
1 parent 409f705 commit be1c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can call it just like you would call Bazel.
1212

1313
On macOS: `brew install bazelisk`.
1414

15-
On Windows: `choco install bazelisk`.
15+
On Windows: `winget install Bazel.Bazelisk`, `choco install bazelisk`, or `scoop install bazelisk`.
1616

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

0 commit comments

Comments
 (0)