Skip to content

Commit

Permalink
Updates quickstart brew script to use the tap (#20)
Browse files Browse the repository at this point in the history
* Updates quickstart brew script to use the tap -- also changes console directions to sh for highlighting
  • Loading branch information
carlpeaslee authored Jan 24, 2025
1 parent 827da15 commit 5348a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ similar to [ChatGPT plugins][chatgpt-plugins].
If you're on macOS 15 and have [Homebrew][homebrew] installed,
you can get up-and-running with a few commands:

```console
```bash
# Install emcee
brew install emcee
brew install loopwork-ai/tap/emcee

# Install claude and jq
brew install --cask claude
Expand Down Expand Up @@ -142,7 +142,7 @@ Click on that to see a list of all the tools made available to Claude through MC

## Usage

```
```console
Usage:
emcee [spec-path-or-url] [flags]

Expand Down

0 comments on commit 5348a8b

Please sign in to comment.