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

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

`brew install cockroachdb/tap/cockroach`
https://github.com/cockroachdb/homebrew-tap

Last synced: about 2 months ago
JSON representation

`brew install cockroachdb/tap/cockroach`

Awesome Lists containing this project

README

          

# CockroachDB Homebrew Tap

This is the official source for installing CockroachDB, CockroachDB SQL CLI, and the CockroachDB Cloud CLI with Homebrew.

## Installing

```shell
$ brew install cockroachdb/tap/cockroach
$ brew install cockroachdb/tap/cockroach@22.2 # for older versions
$ brew install cockroachdb/tap/cockroach-sql
$ brew install cockroachdb/tap/ccloud
```

Alternately, you can configure the tap and install the package separately:

``` shell
$ brew tap cockroachdb/tap
$ brew install cockroach
$ brew install cockroach-sql
$ brew install ccloud
```

See our complete [installation instructions] for alternative installation
methods, including support for Linux and Windows.

[CockroachDB]: https://cockroachlabs.com
[Homebrew]: https://brew.sh
[installation instructions]: https://www.cockroachlabs.com/docs/install-cockroachdb.html