Skip to content

Commit

Permalink
chore: change tap name for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed May 14, 2024
1 parent b7a13dd commit 18a44f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml

This file was deleted.

16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
<!--
# rubocop:disable Lint/AmbiguousOperatorPrecedence
-->

# MagicBell Brew Formulas

## How do I install these formulae?

```
brew install magicbell-io/magicbell/magicbell-cli
```

Or

```
brew tap magicbell-io/magicbell
brew tap magicbell-io/tap

Check failure on line 10 in README.md

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Wrap expressions with varying precedence with parentheses to avoid ambiguity.
brew install magicbell-cli
```

## Documentation

Please see [@magicbell/cli](https://github.com/magicbell-io/magicbell-js/tree/main/packages/cli)

<!--
# rubocop:enable Lint/AmbiguousOperatorPrecedence
-->
3 changes: 3 additions & 0 deletions tap_migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"magicbell-cli": "magicbell-io/tap"
}

0 comments on commit 18a44f3

Please sign in to comment.