Skip to content

Commit 2aadb91

Browse files
Merge pull request #147 from creative-commoners/pulls/3.0/cms5-readme
DOC Update README.md for CMS 5
2 parents 0a1085a + ec9a14f commit 2aadb91

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
[![CI](https://github.com/silverstripe/silverstripe-postgresql/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-postgresql/actions/workflows/ci.yml)
44
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
55

6-
## Requirements
7-
8-
* Silverstripe 4.0
9-
* PostgreSQL >=9.2
10-
* Note: PostgreSQL 10 has not been tested
11-
126
## Installation
137

14-
```
8+
```sh
159
composer require silverstripe/postgresql
1610
```
1711

@@ -27,7 +21,7 @@ SS_DATABASE_USERNAME=
2721
SS_DATABASE_PASSWORD=
2822
```
2923

30-
See [environment variables](https://docs.silverstripe.org/en/4/getting_started/environment_management) for more details. Note that a database will automatically be created via `dev/build`.
24+
See [environment variables](https://docs.silverstripe.org/en/getting_started/environment_management) for more details. Note that a database will automatically be created via `dev/build`.
3125

3226
### Through the installer
3327

0 commit comments

Comments
 (0)