diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index 8e14c7e..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,3 +0,0 @@ -AllCops: - Exclude: - - '**/README.md' diff --git a/README.md b/README.md index 31f38c6..75e17a4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ + + # 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 brew install magicbell-cli ``` ## Documentation Please see [@magicbell/cli](https://github.com/magicbell-io/magicbell-js/tree/main/packages/cli) + + diff --git a/tap_migrations.json b/tap_migrations.json new file mode 100644 index 0000000..d3b0db4 --- /dev/null +++ b/tap_migrations.json @@ -0,0 +1,3 @@ +{ + "magicbell-cli": "magicbell-io/tap" +}