mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
DOC Update README.md for CMS 5
This commit is contained in:
parent
7955f8dcc4
commit
7a7e930d40
10
README.md
10
README.md
@ -13,11 +13,11 @@ There are two types of roles with this module.
|
|||||||
* Website owner; (typically assigned to the Administrator group) ensures that a website is accurate and up-to-date, by delegating responsibility to content reviewers.
|
* Website owner; (typically assigned to the Administrator group) ensures that a website is accurate and up-to-date, by delegating responsibility to content reviewers.
|
||||||
* Content reviewer; responsible for keeping a website or part of a website accurate and up-to-date.
|
* Content reviewer; responsible for keeping a website or part of a website accurate and up-to-date.
|
||||||
|
|
||||||
## Requirements
|
## Installation
|
||||||
|
|
||||||
* Silverstripe ^4.0
|
```sh
|
||||||
|
composer require silverstripe/contentreview
|
||||||
**Note:** For Silverstripe 3.x, please use the [3.x release line](https://github.com/silverstripe/silverstripe-contentreview/tree/3).
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ There are two types of roles with this module.
|
|||||||
## Composer installation
|
## Composer installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ composer require silverstripe/contentreview
|
composer require silverstripe/contentreview
|
||||||
```
|
```
|
||||||
|
|
||||||
You'll also need to run `dev/build`.
|
You'll also need to run `dev/build`.
|
||||||
|
Loading…
Reference in New Issue
Block a user