Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avl-asheesh-singh authored Jul 13, 2022
1 parent 0c9ebc8 commit 7592442
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ TRUNCATE TABLE `baseprovider_queue_job`;

## Uninstall Extension

1. Run this command in the root of your Magento installation directory: `bin/magento module:uninstall Avalara_BaseProvider` `bin/magento module:uninstall ClassyLlama_AvaTax`
1. Run this command in the root of your Magento installation directory:

```bash
bin/magento module:uninstall Avalara_BaseProvider
bin/magento module:uninstall ClassyLlama_AvaTax
```

2. If you installed the module using Composer, run these commands in the root of your Magento installation directory:

Expand Down

0 comments on commit 7592442

Please sign in to comment.