diff --git a/docs/3.x.x/en/migration/migration-guide-alpha-10-to-alpha-11.md b/docs/3.x.x/en/migration/migration-guide-alpha-10-to-alpha-11.md index 1bf3f78617..0c16474b79 100644 --- a/docs/3.x.x/en/migration/migration-guide-alpha-10-to-alpha-11.md +++ b/docs/3.x.x/en/migration/migration-guide-alpha-10-to-alpha-11.md @@ -43,5 +43,8 @@ Copy the fields and relations you had in your `/plugins/users-permissions/models Then, delete your old `plugins` folder and replace it by the new one. +## Update the Dependencies + +Now let's update the dependencies in your `package.json` we edited earlier. Simply run `npm install`: That's all, you have now upgraded to Strapi `alpha.11`.