Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6608 from magento/em_devdocsprex-install
Browse files Browse the repository at this point in the history
Adding syntax about how to update your install
  • Loading branch information
erikmarr authored Feb 11, 2020
2 parents 8e0a9da + e3706fd commit 4994d20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/recommendations/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ For the Early Access Program, deploying recommendations to your site requires th

1. Now that you have installed and configured the recommendations module, [create the recommendations in the Admin UI](https://docs.magento.com/m2/ee/user_guide/marketing/create-new-rec.html).

### Update Product Recommendations installation

If you need to update your existing product recommendations installation, run:

```bash
composer update magento/product-recommendations --with-dependencies
```

## Uninstall Product Recommendations

If needed, you can [uninstall the product-recommendations module]({{ site.baseurl }}/guides/v{{ site.version }}/install-gde/install/cli/install-cli-uninstall-mods.html).

0 comments on commit 4994d20

Please sign in to comment.