mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #399 from silverstripe/micmania1-readme-patch-1
DOCS updated installation instructions
This commit is contained in:
commit
c1ae82b74b
10
README.md
10
README.md
@ -27,8 +27,8 @@
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
```
|
```
|
||||||
silverstripe/cms: ~3.1
|
silverstripe/cms: ^3.1
|
||||||
silverstripe/lumberjack: ~1.1
|
silverstripe/lumberjack: ^1.1
|
||||||
silverstripe/tagfield: ^1.0
|
silverstripe/tagfield: ^1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -42,11 +42,11 @@ silverstripe/comments: *
|
|||||||
## Installation
|
## 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.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user