Update version in migration guide

This commit is contained in:
Jim LAURIE 2019-05-02 16:49:13 +02:00
parent c099c33d94
commit f0a4f1eefa

View File

@ -1,4 +1,4 @@
# Migration guide from alpha.25 to alpha.26.1
# Migration guide from alpha.25 to alpha.26.2
**Here are the major changes:**
@ -6,7 +6,7 @@
**Useful links:**
- Changelog: [https://github.com/strapi/strapi/releases/tag/v3.0.0-alpha.26](https://github.com/strapi/strapi/releases/tag/v3.0.0-alpha.26)
- GitHub diff: [https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.1](https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.1)
- GitHub diff: [https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.2](https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.2)
<br>
@ -18,7 +18,7 @@ Feel free to [join us on Slack](http://slack.strapi.io) and ask questions about
## Getting started
Install Strapi `alpha.26.1` globally on your computer. To do so run `npm install strapi@3.0.0-alpha.26.1 -g`.
Install Strapi `alpha.26.2` globally on your computer. To do so run `npm install strapi@3.0.0-alpha.26.2 -g`.
When it's done, generate a new empty project `strapi new myNewProject` (don't pay attention to the database configuration).
@ -26,9 +26,9 @@ When it's done, generate a new empty project `strapi new myNewProject` (don't pa
## Update node modules
Update the Strapi's dependencies version (move Strapi's dependencies to `3.0.0-alpha.26.1` version) of your project.
Update the Strapi's dependencies version (move Strapi's dependencies to `3.0.0-alpha.26.2` version) of your project.
Run `npm install strapi@3.0.0-alpha.26.1 --save` to update your strapi version.
Run `npm install strapi@3.0.0-alpha.26.2 --save` to update your strapi version.
<br>
@ -181,4 +181,4 @@ And replace `<%= globalID %>` by the Global of your API.
<br>
That's all, you have now upgraded to Strapi `alpha.26.1`.
That's all, you have now upgraded to Strapi `alpha.26.2`.