Skip to content

Commit

Permalink
docs: Add updating instructions
Browse files Browse the repository at this point in the history
Signed-off-by: ScottAgirs <[email protected]>
  • Loading branch information
ScottAgirs committed May 4, 2021
1 parent 125f804 commit 0a8587e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ npm cache clean --force && npm run dev

5 - Import your data in the target environment

## Updating to new version

When updating to a new version, you will need to rebuild your Strapi admin UI for the changes to take effect.

This is how we would update to the latest version:

from your Strapi project root folder:

```bash
yarn add strapi-plugin-migrate@latest && yarn build --clean
```

## Contributing to/Developing this plugin

Thank you for considering to contribute! To find out please read the [CONTRIBUTING.md](https://github.com/ijsto/strapi-plugin-migrate/blob/master/CONTRIBUTING.md).
Expand Down

0 comments on commit 0a8587e

Please sign in to comment.