https://github.com/typedb/homebrew-tap
https://github.com/typedb/homebrew-tap
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/typedb/homebrew-tap
- Owner: typedb
- License: apache-2.0
- Created: 2019-03-13T17:06:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:03:32.000Z (9 months ago)
- Last Synced: 2024-07-25T15:31:00.714Z (9 months ago)
- Language: Ruby
- Size: 98.6 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```