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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vaticle Homebrew Tap

Welcome to Vaticle Homebrew Tap. Home to TypeDB and TypeDB Studio distributions for macOS.

## Adding The Tap

First of all, add our Homebrew Tap to your local Homebrew installation.

```
brew tap vaticle/tap
```

## Installing [TypeDB](https://github.com/vaticle/typedb)

Install the latest TypeDB with the following command.
```
brew install vaticle/tap/typedb
```

## Installing [TypeDB Studio](https://github.com/vaticle/typedb-workbase)

TypeDB Studio is available via Brew Cask, and can be installed with the following command:
```
brew install --cask vaticle/tap/typedb-studio
```