summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Silvera <noah@super.gd>2021-05-12 10:09:18 -0700
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-05-12 14:49:08 -0700
commitbed7b437f31f99c8450867c0db57c3eaaa49d634 (patch)
tree736ef67e4e24a96510faa77c14a5350bbea72424
parent9ae8fa8dbd52727a4a4014cadfb63e54e9a65b52 (diff)
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 <nick@super.gd>
-rw-r--r--README.md11
1 files 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