summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas Van Doorn <nick@super.gd>2021-07-26 15:52:23 -0700
committerGitHub <noreply@github.com>2021-07-26 15:52:23 -0700
commit31a3e63e98448544285f129c13bd000187b02576 (patch)
tree5b2e6730ec161b8ce362e81e6a9c6c43030d9e2f /README.md
parentb7af04133f796b14bef0781e918d7eb7a46f6c0e (diff)
parentb96799b59bae6e6a1b974604a7830b29bf44b8e1 (diff)
Merge pull request #81 from nvandoorn/add-install-generator
Add install generator
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index d16074b..de1d84a 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,11 @@ This is not a fork of [spree_taxjar](https://github.com/vinsol-spree-contrib/spr
$ bundle
-2. Next, configure Solidus to use this gem:
+2. Next, configure Solidus to use this gem by running the install generator:
- ```ruby
- # Put this in config/initializers/solidus.rb
-
- Spree.config do |config|
- config.tax_calculator_class = SuperGood::SolidusTaxjar::TaxCalculator
- end
- ```
+ ```sh
+ bundle exec rails generate super_good:solidus_taxjar:install
+ ```
3. Also, configure your error handling: