mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
Update version in migration guide
This commit is contained in:
parent
c099c33d94
commit
f0a4f1eefa
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user