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

https://github.com/decodableco/homebrew-decodable


https://github.com/decodableco/homebrew-decodable

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# homebrew-decodable

Homebrew tap for installing the [Decodable](https://www.decodable.co/) CLI on MacOS.
Refer to the [documentation](https://docs.decodable.co/docs/command-line-interface) for learning more about this tool.

# Usage

1. Make sure you have [Homebrew](https://docs.brew.sh/) installed.

2. Tap this repository. This step is only required once!

```sh
brew tap decodableco/decodable
```

3. Finally, install the `decodable` CLI with the `brew` command.

```sh
brew install decodable
```

You can re-run the `brew install` command at any time to upgrade to the latest release of the Decodable CLI 🍻.