From 63ae3564610bc277c388a9d5b798dde3e09db929 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 14 Oct 2022 15:30:19 +0200 Subject: [PATCH] Make it more clear on how to install Bazelisk on Linux (#385) * Make it more clear on how to install Bazelisk on Linux * Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb0f891..7d4a3aa9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ 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. +On Linux: You can download Bazelisk binary on our [Releases](https://github.com/bazelbuild/bazelisk/releases) page and add it to your `PATH` manually, which also works on macOS and Windows. Bazelisk is also published to npm. Frontend developers may want to install it with `npm install -g @bazel/bazelisk`.