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

https://github.com/pinecone-io/homebrew-tap

Homebrew tap for Pinecone
https://github.com/pinecone-io/homebrew-tap

Last synced: 4 months ago
JSON representation

Homebrew tap for Pinecone

Awesome Lists containing this project

README

        

# Homebrew Tap for Pinecone

Pinecone employees should see development information in [CONTRIBUTING](./CONTRIBUTING.md)

### What is Homebrew?

Homebrew is a package manager primarily used by Mac OS and some Linux users. See [https://brew.sh](https://brew.sh/) for details.

Before you can use formulas from our tap, you must [Install Homebrew](https://brew.sh/).

### What is a Tap?

This is Pinecone's official [Homebrew tap](https://docs.brew.sh/Taps). Homebrew taps contain formulas telling your computer how to install software that is not included in [homebrew-core](https://github.com/Homebrew/homebrew-core).

## Install

If you are a pinecone employee working on this prior to public release, please see these [allternate instructions](./CONTRIBUTING.md).

### Install the tap

```sh
brew tap pinecone-io/tap
```

### Install the Pinecone CLI

```
brew install pinecone-io/tap/pinecone
```