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
- Host: GitHub
- URL: https://github.com/pinecone-io/homebrew-tap
- Owner: pinecone-io
- Created: 2024-05-02T20:59:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:03:36.000Z (9 months ago)
- Last Synced: 2025-01-11T05:21:45.981Z (6 months ago)
- Language: Ruby
- Size: 52.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
```