Merge pull request #399 from silverstripe/micmania1-readme-patch-1

DOCS updated installation instructions
This commit is contained in:
Loz Calver 2016-05-24 09:09:59 +01:00
commit c1ae82b74b
1 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@
## Requirements
```
silverstripe/cms: ~3.1
silverstripe/lumberjack: ~1.1
silverstripe/cms: ^3.1
silverstripe/lumberjack: ^1.1
silverstripe/tagfield: ^1.0
```
@ -42,11 +42,11 @@ silverstripe/comments: *
## Installation
```
composer require silverstripe/blog 2.0.x-dev
composer require silverstripe/blog
```
## Upgrading legacy blog to 2.0
## Upgrading legacy blog to 2.x
If you're upgrading from blog version 1.0 to 2.0 you will need to run the `BlogMigrationTask`. Run the task using `dev/tasks/BlogMigrationTask` either via the browser or sake CLI to migrate your legacy blog to the new version data structure.
If you're upgrading from blog version 1.0 to 2.x you will need to run the `BlogMigrationTask`. Run the task using `dev/tasks/BlogMigrationTask` either via the browser or sake CLI to migrate your legacy blog to the new version data structure.