summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <nick@super.gd>2021-05-12 14:54:11 -0700
committerGitHub <noreply@github.com>2021-05-12 14:54:11 -0700
commit638179c4d8f525ed5a6df5bbef00885acb8dda50 (patch)
tree736ef67e4e24a96510faa77c14a5350bbea72424
parent9ae8fa8dbd52727a4a4014cadfb63e54e9a65b52 (diff)
parentbed7b437f31f99c8450867c0db57c3eaaa49d634 (diff)
Merge pull request #68 from Noah-Silvera/remove-mistaken-readme-instruction
Remove install generator instructions from readme
-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