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

https://github.com/probitas-test/homebrew-tap

This is the official Homebrew tap for Probitas CLI.
https://github.com/probitas-test/homebrew-tap

homebrew

Last synced: about 2 months ago
JSON representation

This is the official Homebrew tap for Probitas CLI.

Awesome Lists containing this project

README

          

# Homebrew Tap for Probitas

This is the official Homebrew tap for [Probitas](https://github.com/probitas-test/probitas).

## Installation

```bash
# Add the tap
brew tap probitas-test/tap

# Install probitas
brew install probitas
```

Or install directly:

```bash
brew install probitas-test/tap/probitas
```

## Upgrade

```bash
brew upgrade probitas
```

## Uninstall

```bash
brew uninstall probitas
brew untap probitas-test/tap
```

## Requirements

- [Deno](https://deno.land/) - Installed automatically as a dependency

## License

MIT