From 18a44f356d75e2986e648de415883b77994b3cd7 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Tue, 14 May 2024 11:31:09 +0200 Subject: [PATCH] chore: change tap name for rubocop --- .rubocop.yml | 3 --- README.md | 16 +++++++++------- tap_migrations.json | 3 +++ 3 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 .rubocop.yml create mode 100644 tap_migrations.json 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" +}