From bed7b437f31f99c8450867c0db57c3eaaa49d634 Mon Sep 17 00:00:00 2001 From: Noah Silvera Date: Wed, 12 May 2021 10:09:18 -0700 Subject: Remove install generator instructions from readme These instructions were added pre-emptively - currently no migrations or install generators exist. Co-authored-by: Nick Van Doorn --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b01372..fc6c7bb 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,7 @@ This is not a fork of [spree_taxjar](https://github.com/vinsol-spree-contrib/spr $ bundle -2. Install and run the necessary migrations: - - ```shell - bundle exec rails g super_good:solidus_taxjar:install - bundle exec rake db:migrate - ``` - -3. Next, configure Solidus to use this gem: +2. Next, configure Solidus to use this gem: ```ruby # Put this in config/initializers/solidus.rb @@ -33,7 +26,7 @@ This is not a fork of [spree_taxjar](https://github.com/vinsol-spree-contrib/spr end ``` -4. Also, configure your error handling: +3. Also, configure your error handling: ```ruby # Put this in config/initializers/taxjar.rb -- cgit v1.2.3