An open API service indexing awesome lists of open source software.

https://github.com/bazelbuild/homebrew-tap

This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel
https://github.com/bazelbuild/homebrew-tap

Last synced: about 1 year ago
JSON representation

This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel

Awesome Lists containing this project

README

          

# Bazel Homebrew Tap
This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel

## Installing Bazel

```sh
$ brew install bazel
```

To install older versions

```
brew tap bazelbuild/tap
brew extract bazel bazelbuild/tap --version X.Y.Z
brew install bazel@X.Y.Z
```

## Upgrading Bazel

```sh
$ brew upgrade bazel
```

## Installing Bazelisk

```sh
$ brew install bazelisk
```

## Upgrading Bazelisk

```sh
$ brew upgrade bazelisk
```

## Installing buildozer

```sh
$ brew install buildozer
```

## Upgrading buildozer

```sh
$ brew upgrade buildozer
```