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..6d49d3a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,8 @@ ## How do I install these formulae? -``` -brew install magicbell-io/magicbell/magicbell-cli -``` - -Or - -``` -brew tap magicbell-io/magicbell +```shell +brew tap magicbell-io/tap brew install magicbell-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" +}