Skip to content

Commit e12b77d

Browse files
committed
docs: link to the Aspect CLI releases page in the installation instructions
1 parent 3a7df00 commit e12b77d

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,8 @@ This installs the `aspect` command and also links it to `bazel`, just like the [
6969

7070
Aspect CLI can be installed in an existing Bazel workspace using [Bazelisk].
7171

72-
> [!NOTE]
73-
> This approach doesn't provide the `aspect init` command, which has to run outside a Bazel workspace.
74-
75-
Configure [Bazelisk](https://github.com/bazelbuild/bazelisk) to use the Aspect CLI for all developers in a repository
76-
by adding the following to \`.bazeliskrc\` in the repository root:
77-
78-
```
79-
BAZELISK_BASE_URL=https://static.aspect.build/aspect
80-
USE_BAZEL_VERSION=aspect/xxxx.x.x
81-
```
82-
83-
Check the Aspect CLI [Homebrew formula](https://github.com/aspect-build/homebrew-aspect/blob/main/Formula/aspect.rb) for
84-
latest version of Aspect CLI.
85-
86-
> [!NOTE]
87-
> An Aspect CLI releases page with release notes and past releases is coming soon.
72+
From the [releases page](https://docs.aspect.build/cli/releases/),
73+
copy the `.bazeliskrc` snippet into your `.bazeliskrc` file to install Aspect CLI OSS for all developers in the target repository.
8874

8975
The underlying version of Bazel can be configured in your `.bazelversion` file or the `BAZEL_VERSION` environment variable.
9076

0 commit comments

Comments
 (0)